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
infoSerializationInfocontextStreamingContext
KeyException(string)
public KeyException(string message)
Parameters
messagestring
KeyException(string, Exception)
public KeyException(string message, Exception innerException)