C# Class C5.FixedSizeCollectionException

Inheritance: System.Exception
Afficher le fichier Open project: sestoft/C5

Méthodes publiques

Méthode Description
FixedSizeCollectionException ( ) : System

Create a simple exception with no further explanation.

FixedSizeCollectionException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

FixedSizeCollectionException() public méthode

Create a simple exception with no further explanation.
public FixedSizeCollectionException ( ) : System
Résultat System

FixedSizeCollectionException() public méthode

Create the exception with an explanation of the reason.
public FixedSizeCollectionException ( string message ) : System
message string
Résultat System