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

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

Public Methods

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

Method Details

InvalidCipherTextException() public method

public InvalidCipherTextException ( ) : System
return System

InvalidCipherTextException() public method

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

InvalidCipherTextException() public method

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