TelemetryClient.TrackException Méthode
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
TrackException(Exception, IDictionary<String,String>, IDictionary<String,Double>) |
Envoyez un ExceptionTelemetry pour l’afficher dans La recherche de diagnostic. |
TrackException(ExceptionTelemetry) |
Envoyez un ExceptionTelemetry pour l’afficher dans La recherche de diagnostic. Créez une instance distincte ExceptionTelemetry pour chaque appel à TrackException(ExceptionTelemetry). |
TrackException(Exception, IDictionary<String,String>, IDictionary<String,Double>)
Envoyez un ExceptionTelemetry pour l’afficher dans La recherche de diagnostic.
public void TrackException (Exception exception, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,double> metrics = default);
member this.TrackException : Exception * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
Public Sub TrackException (exception As Exception, Optional properties As IDictionary(Of String, String) = Nothing, Optional metrics As IDictionary(Of String, Double) = Nothing)
Paramètres
- exception
- Exception
Exception à consigner.
- properties
- IDictionary<String,String>
Valeurs de chaîne nommée que vous pouvez utiliser pour classifier et rechercher cette exception.
- metrics
- IDictionary<String,Double>
Valeurs supplémentaires associées à cette exception.
Remarques
S’applique à
TrackException(ExceptionTelemetry)
Envoyez un ExceptionTelemetry pour l’afficher dans La recherche de diagnostic. Créez une instance distincte ExceptionTelemetry pour chaque appel à TrackException(ExceptionTelemetry).
public void TrackException (Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry telemetry);
member this.TrackException : Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry -> unit
Public Sub TrackException (telemetry As ExceptionTelemetry)
Paramètres
- telemetry
- ExceptionTelemetry
Remarques
S’applique à
Azure SDK for .NET