C# Class Cryptid.Exceptions.DataVerifyException

This exception is thrown when signed data can not be verified using the provided public key.
Inheritance: System.Exception
Afficher le fichier Open project: CryptidID/Cryptid

Méthodes publiques

Méthode Description
DataVerifyException ( ) : System
DataVerifyException ( string message ) : System
DataVerifyException ( string message, Exception inner ) : System

Method Details

DataVerifyException() public méthode

public DataVerifyException ( ) : System
Résultat System

DataVerifyException() public méthode

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

DataVerifyException() public méthode

public DataVerifyException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System