ChessException ClassDelta Engine Documentation
Chess exceptionView code on GitHub
Inheritance Hierarchy

System Object
  System Exception
    Chess ChessException

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

[SerializableAttribute]
public class ChessException : Exception

The ChessException type exposes the following members.

Constructors

  NameDescription
Public methodChessException 
Class constructor View code on GitHub
Public methodChessException(String)
Class constructor View code on GitHub
Protected methodChessException(SerializationInfo, StreamingContext)
Serialization Ctor View code on GitHub
Public methodChessException(String, Exception)
Class constructor View code on GitHub
Top
Extension Methods

  NameDescription
Public Extension MethodIsFatal (Defined by ExceptionExtensions.)
Public Extension MethodIsWeak (Defined by ExceptionExtensions.)
Top
See Also