Class InvalidCipherTextException
- Namespace
- Enterprises.Org.BouncyCastle.Crypto
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class InvalidCipherTextException : CryptoException, ISerializable- Inheritance
- 
      
      
      
      InvalidCipherTextException
- Implements
- Inherited Members
Constructors
InvalidCipherTextException()
public InvalidCipherTextException()InvalidCipherTextException(string)
public InvalidCipherTextException(string message)Parameters
- messagestring
InvalidCipherTextException(string, Exception)
public InvalidCipherTextException(string message, Exception exception)