Show / Hide Table of Contents

Class LambdaErrorReportExceptionInfo

The LambdaErrorReportExceptionInfo class describes a runtime exception.

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.String

The exception message.

StackTrace

The StackTrace property holds the unparsed exception stack trace.

Declaration
public string StackTrace { get; set; }
Property Value
Type Description
System.String

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.String

The type name of the exception.

In This Article
Back to top Generated by DocFX