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

Inheritance: System.Exception
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption

Méthodes publiques

Méthode Description
CryptoException ( ) : System
CryptoException ( string message ) : System
CryptoException ( string message, Exception exception ) : System

Method Details

CryptoException() public méthode

public CryptoException ( ) : System
Résultat System

CryptoException() public méthode

public CryptoException ( string message ) : System
message string
Résultat System

CryptoException() public méthode

public CryptoException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System