Table of Contents

Class EncryptionException

Namespace
Org.BouncyCastle.Security
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class EncryptionException : IOException, ISerializable
Inheritance
EncryptionException
Implements
Inherited Members

Constructors

EncryptionException()

public EncryptionException()

EncryptionException(SerializationInfo, StreamingContext)

protected EncryptionException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

EncryptionException(string)

public EncryptionException(string message)

Parameters

message string

EncryptionException(string, Exception)

public EncryptionException(string message, Exception innerException)

Parameters

message string
innerException Exception