C# Class AIsOfCatan.NoMoreCardsException

Thrown on attempts to draw cards from an empty pile
Inheritance: AgentActionException
Afficher le fichier Open project: rasmusgreve/catan

Méthodes publiques

Méthode Description
NoMoreCardsException ( ) : System
NoMoreCardsException ( string message ) : System

Method Details

NoMoreCardsException() public méthode

public NoMoreCardsException ( ) : System
Résultat System

NoMoreCardsException() public méthode

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