C# Class Zoo.Exceptions.UnitNotFoundException

Inheritance: Exception
Afficher le fichier Open project: STzvetkov/Rambutan

Méthodes publiques

Méthode Description
UnitNotFoundException ( ) : System
UnitNotFoundException ( string message ) : System
UnitNotFoundException ( string message, Exception inner ) : System

Method Details

UnitNotFoundException() public méthode

public UnitNotFoundException ( ) : System
Résultat System

UnitNotFoundException() public méthode

public UnitNotFoundException ( string message ) : System
message string
Résultat System

UnitNotFoundException() public méthode

public UnitNotFoundException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System