C# Class BitSharper.Store.BlockStoreException

Inheritance: System.Exception
Afficher le fichier Open project: TangibleCryptography/BitSharper

Méthodes publiques

Méthode Description
BlockStoreException ( ) : System
BlockStoreException ( Exception innerException ) : System
BlockStoreException ( string message ) : System

Method Details

BlockStoreException() public méthode

public BlockStoreException ( ) : System
Résultat System

BlockStoreException() public méthode

public BlockStoreException ( Exception innerException ) : System
innerException System.Exception
Résultat System

BlockStoreException() public méthode

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