C# Class Petabridge.Tracing.ApplicationInsights.ApplicationInsightsFormatException

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

Public Methods

Method Description
ApplicationInsightsFormatException ( string message ) : System
ApplicationInsightsFormatException ( string message, Exception ex ) : System

Method Details

ApplicationInsightsFormatException() public method

public ApplicationInsightsFormatException ( string message ) : System
message string
return System

ApplicationInsightsFormatException() public method

public ApplicationInsightsFormatException ( string message, Exception ex ) : System
message string
ex Exception
return System