Class BoardException
- Namespace
- WeiqiSharp.Core
- Assembly
- WeiqiSharp.Core.dll
An exception class which is meant to represent invalid or erroneous states represented on the board.
public class BoardException : Exception, ISerializable
- Inheritance
-
BoardException
- Implements
- Derived
- Inherited Members
Constructors
BoardException(string)
An exception class which is meant to represent invalid or erroneous states represented on the board.
public BoardException(string message)
Parameters
messagestringA useful message to be passed along to the end user. (Or not, I'm not your parents.)