C# Class Org.BouncyCastle.Security.EncryptionException

Inheritance: System.IO.IOException
Mostra file Open project: nonorganic/dssnet

Public Methods

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

Method Details

EncryptionException() public method

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

EncryptionException() public method

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