 | InternalLogEventArgsException Property |
The exception. Could be null.
Namespace:
NLog.Common
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic Exception Exception {
get;
}
Public ReadOnly Property Exception As Exception
Get
Dim instance As InternalLogEventArgs
Dim value As Exception
value = instance.Exception
member Exception : Exception with
get
Property Value
Type:
Exception
See Also