C# Class C5.ConcurrentEnumerationException

Inheritance: System.Exception
Mostrar archivo Open project: sestoft/C5

Public Methods

Method 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 method

Create a simple exception with no further explanation.
public ConcurrentEnumerationException ( ) : System
return System

ConcurrentEnumerationException() public method

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