Class LambdaErrorReportStackTrace
The Lambda
Inheritance
System.Object
LambdaErrorReportStackTrace
Namespace: LambdaSharp.Logging.ErrorReports.Models
Assembly: LambdaSharp.Logging.dll
Syntax
public class LambdaErrorReportStackTrace
Properties
Exception
The Exception property holds information about the exception.
Declaration
public LambdaErrorReportExceptionInfo Exception { get; set; }
Property Value
Type | Description |
---|---|
Lambda |
The exception details. |
Frames
The Frames property holds the stack frames between where the exception was thrown and where it was caught.
Declaration
public IEnumerable<LambdaErrorReportStackFrame> Frames { get; set; }
Property Value
Type | Description |
---|---|
System. |
The exception stack frames. |