Class InvalidCipherTextException
- Namespace
- Org.BouncyCastle.Crypto
- Assembly
- BouncyCastle.Cryptography.dll
This exception is thrown whenever we find something we don't expect in a message.
[Serializable]
public class InvalidCipherTextException : CryptoException, ISerializable
- Inheritance
-
InvalidCipherTextException
- Implements
- Inherited Members
Constructors
InvalidCipherTextException()
public InvalidCipherTextException()
InvalidCipherTextException(SerializationInfo, StreamingContext)
protected InvalidCipherTextException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
InvalidCipherTextException(string)
public InvalidCipherTextException(string message)
Parameters
messagestring
InvalidCipherTextException(string, Exception)
public InvalidCipherTextException(string message, Exception innerException)