Gets the optional exception.

Namespace:  CuttingEdge.Logging
Assembly:  CuttingEdge.Logging (in CuttingEdge.Logging.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Exception As Exception
C#
public Exception Exception { get; }
Visual C++
public:
property Exception^ Exception {
	Exception^ get ();
}
JavaScript
function get_exception();

Field Value

The exception.

See Also