Class LambdaErrorReportExceptionInfo
The Lambda
Inheritance
System.Object
LambdaErrorReportExceptionInfo
Namespace: LambdaSharp.Logging.ErrorReports.Models
Assembly: LambdaSharp.Logging.dll
Syntax
public class LambdaErrorReportExceptionInfo
Properties
Message
The Message property holds the exception message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System. |
The exception message. |
StackTrace
The Stack
Declaration
public string StackTrace { get; set; }
Property Value
Type | Description |
---|---|
System. |
The exception stack trace. |
Type
The Type property holds the full exception type name.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System. |
The type name of the exception. |