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