C# Class Org.BouncyCastle.Utilities.IO.StreamOverflowException

Inheritance: System.IO.IOException
Mostrar archivo Open project: nonorganic/dssnet

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