C# Class C5.CollectionModifiedException

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

Méthodes publiques

Méthode Description
CollectionModifiedException ( ) : System

Create a simple exception with no further explanation.

CollectionModifiedException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

CollectionModifiedException() public méthode

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

CollectionModifiedException() public méthode

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