Simply3DScan
|
Public Member Functions | |
override void | OnException (MethodExecutionArgs args) |
Method executed after the body of methods to which this aspect is applied, in case that the method resulted with an exception (i.e., in a catch block). More... | |
Definition at line 12 of file LogException.cs.
override void SharedObjects.LogException.OnException | ( | MethodExecutionArgs | args | ) |
Method executed after the body of methods to which this aspect is applied, in case that the method resulted with an exception (i.e., in a catch
block).
args | Advice arguments. |
Definition at line 19 of file LogException.cs.