PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­Exception­InfoException
Open sandboxFocus

LoggingExceptionInfo.Exception Property

Exception

Gets the Exception object, or null if the Exception object has been lost, which is the case when there is an exception while logging

Declaration
public Exception Exception { get; }
Property Value
Type Description
Exception