C# Class System.IO.InternalBufferOverflowException

Inheritance: SystemException
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
InternalBufferOverflowException ( )
InternalBufferOverflowException ( string message )
InternalBufferOverflowException ( string message, System inner )

Protected Methods

Method Description
InternalBufferOverflowException ( System info, System context )

Method Details

InternalBufferOverflowException() public method

InternalBufferOverflowException() protected method

protected InternalBufferOverflowException ( System info, System context )
info System
context System

InternalBufferOverflowException() public method

public InternalBufferOverflowException ( string message )
message string

InternalBufferOverflowException() public method

public InternalBufferOverflowException ( string message, System inner )
message string
inner System