Table of Contents

Class CryptoException

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class CryptoException : Exception, ISerializable
Inheritance
CryptoException
Implements
Derived
Inherited Members

Constructors

CryptoException()

public CryptoException()

CryptoException(string)

public CryptoException(string message)

Parameters

message string

CryptoException(string, Exception)

public CryptoException(string message, Exception exception)

Parameters

message string
exception Exception