EventsExceptionInfo Class

Definition

The exception info

public class EventsExceptionInfo
type EventsExceptionInfo = class
Public Class EventsExceptionInfo
Inheritance
EventsExceptionInfo

Constructors

EventsExceptionInfo()

Initializes a new instance of the EventsExceptionInfo class.

EventsExceptionInfo(Nullable<Int32>, String, String, String, String, String, String, String, String, String, String, String, String, String, String, IList<EventsExceptionDetail>)

Initializes a new instance of the EventsExceptionInfo class.

Properties

Assembly

Gets or sets the assembly which threw the exception

Details

Gets or sets the details of the exception

HandledAt

Gets or sets indicates where the exception was handled at

InnermostAssembly

Gets or sets the inner most assembly of the exception

InnermostMessage

Gets or sets the inner most message of the exception

InnermostMethod

Gets or sets the inner most method of the exception

InnermostType

Gets or sets the inner most type of the exception

Message

Gets or sets the message of the exception

Method

Gets or sets the method that threw the exception

OuterAssembly

Gets or sets the outer assmebly of the exception

OuterMessage

Gets or sets the outer message of the exception

OuterMethod

Gets or sets the outer method of the exception

OuterType

Gets or sets the outer type of the exception

ProblemId

Gets or sets the problem ID of the exception

SeverityLevel

Gets or sets the severity level of the exception

Type

Gets or sets the type of the exception

Applies to