C# Class ProximaX.Sirius.Storage.SDK.Exceptions.GetTransactionFailureException

Inheritance: SystemException
Show file Open project: proximax-storage/csharp-chain-xipfs-sdk

Public Methods

Method Description
GetTransactionFailureException ( string message ) : System
GetTransactionFailureException ( string message, Exception innerException ) : System

Method Details

GetTransactionFailureException() public method

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

GetTransactionFailureException() public method

public GetTransactionFailureException ( string message, Exception innerException ) : System
message string
innerException Exception
return System