C# Class YeloDebug.Exceptions.HistoryCorruptionException

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

Méthodes publiques

Méthode Description
HistoryCorruptionException ( ) : System
HistoryCorruptionException ( string message ) : System
HistoryCorruptionException ( string message, Exception inner ) : System

Method Details

HistoryCorruptionException() public méthode

public HistoryCorruptionException ( ) : System
Résultat System

HistoryCorruptionException() public méthode

public HistoryCorruptionException ( string message ) : System
message string
Résultat System

HistoryCorruptionException() public méthode

public HistoryCorruptionException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System