C# Class BraintreeEncryption.Library.BouncyCastle.Util.Io.StreamOverflowException

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

Méthodes publiques

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

Method Details

StreamOverflowException() public méthode

public StreamOverflowException ( ) : System
Résultat System

StreamOverflowException() public méthode

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

StreamOverflowException() public méthode

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