C# Class AIsOfCatan.NoMoreCardsException

Thrown on attempts to draw cards from an empty pile
Inheritance: AgentActionException
Show file Open project: rasmusgreve/catan

Public Methods

Method Description
NoMoreCardsException ( ) : System
NoMoreCardsException ( string message ) : System

Method Details

NoMoreCardsException() public method

public NoMoreCardsException ( ) : System
return System

NoMoreCardsException() public method

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