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

Inheritance: SystemException
Afficher le fichier Open project: proximax-storage/csharp-chain-xipfs-sdk

Méthodes publiques

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

Method Details

DigestDoesNotMatchException() public méthode

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

DigestDoesNotMatchException() public méthode

public DigestDoesNotMatchException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System