Gets the optional exception.
Namespace:
CuttingEdge.LoggingAssembly: 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(); |