C# Class Org.BouncyCastle.Crypto.CryptoException

Inheritance: System.Exception
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
CryptoException ( ) : System
CryptoException ( string message ) : System
CryptoException ( string message, Exception exception ) : System

Method Details

CryptoException() public method

public CryptoException ( ) : System
return System

CryptoException() public method

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

CryptoException() public method

public CryptoException ( string message, Exception exception ) : System
message string
exception System.Exception
return System