 | InternalLogEventArgsException Property |
The exception. Could be null.
Namespace:
NLog.Common
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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