C# Class YeloDebug.Exceptions.HistoryCorruptionException

Represents errors that occur when a corruption is detected in our history pages.
Inheritance: ApiException
Mostra file Open project: troymac1ure/Entity

Public Methods

Method Description
HistoryCorruptionException ( ) : System
HistoryCorruptionException ( string message ) : System
HistoryCorruptionException ( string message, Exception inner ) : System

Method Details

HistoryCorruptionException() public method

public HistoryCorruptionException ( ) : System
return System

HistoryCorruptionException() public method

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

HistoryCorruptionException() public method

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