C# Class AIsOfCatan.AgentActionException

Inheritance: System.Exception
Afficher le fichier Open project: rasmusgreve/catan

Méthodes publiques

Méthode Description
AgentActionException ( bool stopGame = false ) : System
AgentActionException ( string msg, bool stopGame = false ) : System

Method Details

AgentActionException() public méthode

public AgentActionException ( bool stopGame = false ) : System
stopGame bool
Résultat System

AgentActionException() public méthode

public AgentActionException ( string msg, bool stopGame = false ) : System
msg string
stopGame bool
Résultat System