Org.BouncyCastle.Crypto.DataLengthException.DataLengthException C# (CSharp) Method

DataLengthException() public method

public DataLengthException ( ) : System
return System
        public DataLengthException()
        {
        }

Same methods

DataLengthException::DataLengthException ( string message ) : System
DataLengthException::DataLengthException ( string message, Exception exception ) : System
DataLengthException