C# Class Zoo.Exceptions.UnitNotFoundException

Inheritance: Exception
ファイルを表示 Open project: STzvetkov/Rambutan

Public Methods

Method Description
UnitNotFoundException ( ) : System
UnitNotFoundException ( string message ) : System
UnitNotFoundException ( string message, Exception inner ) : System

Method Details

UnitNotFoundException() public method

public UnitNotFoundException ( ) : System
return System

UnitNotFoundException() public method

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

UnitNotFoundException() public method

public UnitNotFoundException ( string message, Exception inner ) : System
message string
inner Exception
return System