ExceptionDetailsInfo Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET