C# Class ChessDotNet.PgnException

Inheritance: System.Exception
Show file Open project: ProgramFOX/Chess.NET

Public Methods

Method Description
PgnException ( )
PgnException ( string message )
PgnException ( string message, System inner )

Method Details

PgnException() public method

public PgnException ( )

PgnException() public method

public PgnException ( string message )
message string

PgnException() public method

public PgnException ( string message, System inner )
message string
inner System