C# 클래스 Petabridge.Tracing.ApplicationInsights.ApplicationInsightsFormatException

Thrown when we have a propagation header or some other data member in an invalid state.
상속: Exception
파일 보기 프로젝트 열기: petabridge/Petabridge.Tracing.ApplicationInsights

공개 메소드들

메소드 설명
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