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

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

Méthodes publiques

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

Method Details

DataLengthException() public méthode

public DataLengthException ( ) : System
Résultat System

DataLengthException() public méthode

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

DataLengthException() public méthode

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