C# Class Cryptid.Exceptions.FactomEntryException

This exception is thrown when an error occurs in the scope of a Factom entry.
Inheritance: System.Exception
Afficher le fichier Open project: CryptidID/Cryptid

Méthodes publiques

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

Method Details

FactomEntryException() public méthode

public FactomEntryException ( ) : System
Résultat System

FactomEntryException() public méthode

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

FactomEntryException() public méthode

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