C# Class Model.GameException

Inheritance: System.Exception
Afficher le fichier Open project: egametang/Egametang

Méthodes publiques

Méthode Description
GameException ( string message ) : System
GameException ( string message, Exception e ) : System

Method Details

GameException() public méthode

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

GameException() public méthode

public GameException ( string message, Exception e ) : System
message string
e System.Exception
Résultat System