Partager via


ExceptionDetailsInfo Constructeur

Définition

Construit le instance de 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))

Paramètres

id
Int32

ID d’exception.

outerId
Int32

ID de l’exception parente.

typeName
String

Tapez le nom de l’exception.

message
String

Message d’exception.

hasFullStack
Boolean

Indique que cette exception contient des informations de pile complètes.

stack
String

Trace de pile de l’exception.

parsedStack
IEnumerable<StackFrame>

Pile de l’exception.

S’applique à