PostSharp//API Reference/Post­Sharp.​Patterns.​Diagnostics.​Audit/Audit­Record/Exception
Open sandboxFocus

Property Exception

Exception

Gets the Exception if the method failed, or null if the method succeeded.

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