C# Class Petabridge.Tracing.ApplicationInsights.ApplicationInsightsFormatException

Thrown when we have a propagation header or some other data member in an invalid state.
Inheritance: Exception
Afficher le fichier Open project: petabridge/Petabridge.Tracing.ApplicationInsights

Méthodes publiques

Méthode Description
ApplicationInsightsFormatException ( string message ) : System
ApplicationInsightsFormatException ( string message, Exception ex ) : System

Method Details

ApplicationInsightsFormatException() public méthode

public ApplicationInsightsFormatException ( string message ) : System
message string
Résultat System

ApplicationInsightsFormatException() public méthode

public ApplicationInsightsFormatException ( string message, Exception ex ) : System
message string
ex Exception
Résultat System