Class InvalidMoveException
- Namespace
- WeiqiSharp.Core
- Assembly
- WeiqiSharp.Core.dll
An exception class meant to represent that a move is not valid to the board state.
public class InvalidMoveException : BoardException, ISerializable
- Inheritance
-
InvalidMoveException
- Implements
- Inherited Members
Constructors
InvalidMoveException(Move)
An exception class meant to represent that a move is not valid to the board state.
public InvalidMoveException(Move move)
Parameters
moveMoveA useful message to be passed along to the end user. (Or not, I'm not your parents.)