Freigeben über


ExceptionDetailsInfo Konstruktor

Definition

Erstellt die instance von ExceptionDetailsInfo.

public ExceptionDetailsInfo (int id, int outerId, string typeName, string message, bool hasFullStack, string stack, System.Collections.Generic.IEnumerable<Microsoft.ApplicationInsights.DataContracts.StackFrame> parsedStack);
new Microsoft.ApplicationInsights.DataContracts.ExceptionDetailsInfo : int * int * string * string * bool * string * seq<Microsoft.ApplicationInsights.DataContracts.StackFrame> -> Microsoft.ApplicationInsights.DataContracts.ExceptionDetailsInfo
Public Sub New (id As Integer, outerId As Integer, typeName As String, message As String, hasFullStack As Boolean, stack As String, parsedStack As IEnumerable(Of StackFrame))

Parameter

id
Int32

Ausnahme-ID.

outerId
Int32

Die ID der übergeordneten Ausnahme.

typeName
String

Geben Sie den Namen für die Ausnahme ein.

message
String

Ausnahmemeldung.

hasFullStack
Boolean

Gibt an, dass diese Ausnahme vollständige Stapelinformationen enthält.

stack
String

Die Stapelablaufverfolgung der Ausnahme.

parsedStack
IEnumerable<StackFrame>

Der Stapel der Ausnahme.

Gilt für: