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