Table of Contents

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

info SerializationInfo
context StreamingContext

InvalidCipherTextException(string)

public InvalidCipherTextException(string message)

Parameters

message string

InvalidCipherTextException(string, Exception)

public InvalidCipherTextException(string message, Exception innerException)

Parameters

message string
innerException Exception