Blockcore.Features.BlockStore.BlockStoreException.BlockStoreException C# (CSharp) Method

BlockStoreException() public method

public BlockStoreException ( string message ) : System
message string
return System
        public BlockStoreException(string message) : base(message)
        {
        }
    }
BlockStoreException