Struct ExceptionInfo
Used for serializing exception information.
Namespace: Neon.Diagnostics
Assembly: Neon.Common.dll
Syntax
public struct ExceptionInfo
Properties
Message
The fully qualified exception name.
Declaration
public string Message { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
Stack
The stack trace.
Declaration
public string Stack { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The fully qualified exception type name.
Declaration
public string Type { readonly get; set; }
Property Value
Type | Description |
---|---|
string |