C# Класс Petabridge.Tracing.ApplicationInsights.ApplicationInsightsFormatException

Thrown when we have a propagation header or some other data member in an invalid state.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ApplicationInsightsFormatException ( string message ) : System
ApplicationInsightsFormatException ( string message, Exception ex ) : System

Описание методов

ApplicationInsightsFormatException() публичный Метод

public ApplicationInsightsFormatException ( string message ) : System
message string
Результат System

ApplicationInsightsFormatException() публичный Метод

public ApplicationInsightsFormatException ( string message, Exception ex ) : System
message string
ex Exception
Результат System