C# Class BitSharper.Store.BlockStoreException

Inheritance: System.Exception
Show file Open project: TangibleCryptography/BitSharper

Public Methods

Method Description
BlockStoreException ( ) : System
BlockStoreException ( Exception innerException ) : System
BlockStoreException ( string message ) : System

Method Details

BlockStoreException() public method

public BlockStoreException ( ) : System
return System

BlockStoreException() public method

public BlockStoreException ( Exception innerException ) : System
innerException System.Exception
return System

BlockStoreException() public method

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