C# Class C5.ReadOnlyCollectionException

Inheritance: System.Exception
Show file Open project: sestoft/C5

Public Methods

Method Description
ReadOnlyCollectionException ( ) : System

Create a simple exception with no further explanation.

ReadOnlyCollectionException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

ReadOnlyCollectionException() public method

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

ReadOnlyCollectionException() public method

Create the exception with an explanation of the reason.
public ReadOnlyCollectionException ( string message ) : System
message string
return System