C# Class Cryptid.Exceptions.FactomEntryException

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

Public Methods

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

Method Details

FactomEntryException() public method

public FactomEntryException ( ) : System
return System

FactomEntryException() public method

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

FactomEntryException() public method

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