PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​AuditAudit­RecordException
Open sandboxFocus

AuditRecord.Exception Property

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