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

Inheritance: IOException
显示文件 Open project: yangxuan0261/UnityShaderLab

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 Exception
return System