InvalidCipherTextException public class InvalidCipherTextException : CryptoException This exception is thrown whenever we find something we don't expect in a message. Documentation public InvalidCipherTextException() public InvalidCipherTextException(string message) public InvalidCipherTextException(string message, Exception innerException) protected InvalidCipherTextException(SerializationInfo info, StreamingContext context)