Table of Contents

Class CryptoException

Namespace
Org.BouncyCastle.Crypto
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class CryptoException : Exception, ISerializable
Inheritance
CryptoException
Implements
Derived
Inherited Members

Constructors

CryptoException()

public CryptoException()

CryptoException(SerializationInfo, StreamingContext)

protected CryptoException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

CryptoException(string)

public CryptoException(string message)

Parameters

message string

CryptoException(string, Exception)

public CryptoException(string message, Exception innerException)

Parameters

message string
innerException Exception