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

Inheritance: System.Exception
显示文件 Open project: braintree/braintree_windows_phone_encryption

Public Methods

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

Method Details

CryptoException() public method

public CryptoException ( ) : System
return System

CryptoException() public method

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

CryptoException() public method

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