C# Class Cryptid.Exceptions.FactomChainException

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

Méthodes publiques

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

Method Details

FactomChainException() public méthode

public FactomChainException ( ) : System
Résultat System

FactomChainException() public méthode

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

FactomChainException() public méthode

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