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

Inheritance: CryptoException
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption

Méthodes publiques

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

Method Details

InvalidCipherTextException() public méthode

public InvalidCipherTextException ( ) : System
Résultat System

InvalidCipherTextException() public méthode

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

InvalidCipherTextException() public méthode

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