C# Class C5.FixedSizeCollectionException

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

Public Methods

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

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

FixedSizeCollectionException() public method

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