C# Class C5.NoSuchItemException

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

Public Methods

Method Description
NoSuchItemException ( ) : System

Create a simple exception with no further explanation.

NoSuchItemException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

NoSuchItemException() public method

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

NoSuchItemException() public method

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