Table of Contents

Class KeyException

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

Constructors

KeyException()

public KeyException()

KeyException(SerializationInfo, StreamingContext)

protected KeyException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

KeyException(string)

public KeyException(string message)

Parameters

message string

KeyException(string, Exception)

public KeyException(string message, Exception innerException)

Parameters

message string
innerException Exception