C# Class CastleGame.ItemNotFoundException

Inheritance: System.Exception
Show file Open project: somoso/psychic-dangerzone

Public Methods

Method Description
ItemNotFoundException ( ) : System
ItemNotFoundException ( string message ) : System
ItemNotFoundException ( string message, System inner ) : System

Method Details

ItemNotFoundException() public method

public ItemNotFoundException ( ) : System
return System

ItemNotFoundException() public method

public ItemNotFoundException ( string message ) : System
message string
return System

ItemNotFoundException() public method

public ItemNotFoundException ( string message, System inner ) : System
message string
inner System
return System