Table of Contents

Class GameManagerException

Namespace
WeiqiSharp.Core
Assembly
WeiqiSharp.Core.dll

An exception class meant to an invalid action from the IAgents performing move generation.

public class GameManagerException : Exception, ISerializable
Inheritance
GameManagerException
Implements
Inherited Members

Constructors

GameManagerException(string)

An exception class meant to an invalid action from the IAgents performing move generation.

public GameManagerException(string message)

Parameters

message string

A useful message to be passed along to the end user. (Or not, I'm not your parents.)