C# Class BraintreeEncryption.Library.BouncyCastle.Crypto.DataLengthException

Inheritance: CryptoException
ファイルを表示 Open project: braintree/braintree_windows_phone_encryption

Public Methods

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

Method Details

DataLengthException() public method

public DataLengthException ( ) : System
return System

DataLengthException() public method

public DataLengthException ( string message ) : System
message string
return System

DataLengthException() public method

public DataLengthException ( string message, Exception exception ) : System
message string
exception System.Exception
return System