 | LogEventInfoException Property |
Gets or sets the exception information.
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic Exception Exception { get; set; }
Public Property Exception As Exception
Get
Set
Dim instance As LogEventInfo
Dim value As Exception
value = instance.Exception
instance.Exception = value
member Exception : Exception with get, set
Property Value
Type:
Exception
See Also