C# 클래스 YeloDebug.Exceptions.HistoryCorruptionException

Represents errors that occur when a corruption is detected in our history pages.
상속: ApiException
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

메소드 설명
HistoryCorruptionException ( ) : System
HistoryCorruptionException ( string message ) : System
HistoryCorruptionException ( string message, Exception inner ) : System

메소드 상세

HistoryCorruptionException() 공개 메소드

public HistoryCorruptionException ( ) : System
리턴 System

HistoryCorruptionException() 공개 메소드

public HistoryCorruptionException ( string message ) : System
message string
리턴 System

HistoryCorruptionException() 공개 메소드

public HistoryCorruptionException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System