C# Class System.IO.InternalBufferOverflowException

Inheritance: SystemException
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
InternalBufferOverflowException ( )
InternalBufferOverflowException ( string message )
InternalBufferOverflowException ( string message, System inner )

Méthodes protégées

Méthode Description
InternalBufferOverflowException ( System info, System context )

Method Details

InternalBufferOverflowException() public méthode

InternalBufferOverflowException() protected méthode

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

InternalBufferOverflowException() public méthode

public InternalBufferOverflowException ( string message )
message string

InternalBufferOverflowException() public méthode

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