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

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

Public Methods

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

Method Details

DigestDoesNotMatchException() public method

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

DigestDoesNotMatchException() public method

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