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

Inheritance: System.IO.IOException
Exibir arquivo Open project: braintree/braintree_windows_phone_encryption

Public Methods

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

Method Details

StreamOverflowException() public method

public StreamOverflowException ( ) : System
return System

StreamOverflowException() public method

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

StreamOverflowException() public method

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