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