C# Class AIsOfCatan.AgentActionException

Inheritance: System.Exception
Show file Open project: rasmusgreve/catan

Public Methods

Method Description
AgentActionException ( bool stopGame = false ) : System
AgentActionException ( string msg, bool stopGame = false ) : System

Method Details

AgentActionException() public method

public AgentActionException ( bool stopGame = false ) : System
stopGame bool
return System

AgentActionException() public method

public AgentActionException ( string msg, bool stopGame = false ) : System
msg string
stopGame bool
return System