C# Class C5.ConcurrentEnumerationException

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

Méthodes publiques

Méthode Description
ConcurrentEnumerationException ( ) : System

Create a simple exception with no further explanation.

ConcurrentEnumerationException ( string message ) : System

Create a simple exception with the an explanation contained in the error message.

Method Details

ConcurrentEnumerationException() public méthode

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

ConcurrentEnumerationException() public méthode

Create a simple exception with the an explanation contained in the error message.
public ConcurrentEnumerationException ( string message ) : System
message string
Résultat System