C# Class Cryptid.Exceptions.DataVerifyException

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

Public Methods

Method Description
DataVerifyException ( ) : System
DataVerifyException ( string message ) : System
DataVerifyException ( string message, Exception inner ) : System

Method Details

DataVerifyException() public method

public DataVerifyException ( ) : System
return System

DataVerifyException() public method

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

DataVerifyException() public method

public DataVerifyException ( string message, Exception inner ) : System
message string
inner System.Exception
return System