ExceptionTelemetry Constructeurs
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.
Surcharges
ExceptionTelemetry() |
Initialise une nouvelle instance de la ExceptionTelemetry classe avec des propriétés vides. |
ExceptionTelemetry(Exception) |
Initialise une nouvelle instance de la ExceptionTelemetry classe avec des propriétés vides. |
ExceptionTelemetry(IEnumerable<ExceptionDetailsInfo>, Nullable<SeverityLevel>, String, IDictionary<String,String>, IDictionary<String,Double>) |
Initialise une nouvelle instance de la classe ExceptionTelemetry. |
ExceptionTelemetry()
Initialise une nouvelle instance de la ExceptionTelemetry classe avec des propriétés vides.
public ExceptionTelemetry ();
Public Sub New ()
S’applique à
ExceptionTelemetry(Exception)
Initialise une nouvelle instance de la ExceptionTelemetry classe avec des propriétés vides.
public ExceptionTelemetry (Exception exception);
new Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry : Exception -> Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry
Public Sub New (exception As Exception)
Paramètres
- exception
- Exception
Exception instance.
S’applique à
ExceptionTelemetry(IEnumerable<ExceptionDetailsInfo>, Nullable<SeverityLevel>, String, IDictionary<String,String>, IDictionary<String,Double>)
Initialise une nouvelle instance de la classe ExceptionTelemetry.
public ExceptionTelemetry (System.Collections.Generic.IEnumerable<Microsoft.ApplicationInsights.DataContracts.ExceptionDetailsInfo> exceptionDetailsInfoList, Microsoft.ApplicationInsights.DataContracts.SeverityLevel? severityLevel, string problemId, System.Collections.Generic.IDictionary<string,string> properties, System.Collections.Generic.IDictionary<string,double> measurements);
new Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry : seq<Microsoft.ApplicationInsights.DataContracts.ExceptionDetailsInfo> * Nullable<Microsoft.ApplicationInsights.DataContracts.SeverityLevel> * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry
Public Sub New (exceptionDetailsInfoList As IEnumerable(Of ExceptionDetailsInfo), severityLevel As Nullable(Of SeverityLevel), problemId As String, properties As IDictionary(Of String, String), measurements As IDictionary(Of String, Double))
Paramètres
- exceptionDetailsInfoList
- IEnumerable<ExceptionDetailsInfo>
Informations d’exception.
- severityLevel
- Nullable<SeverityLevel>
Niveau de gravité.
- problemId
- String
ID du problème.
- properties
- IDictionary<String,String>
Propriétés.
- measurements
- IDictionary<String,Double>
Mesures.
S’applique à
Azure SDK for .NET