ChessDotNet.PgnException.PgnException C# (CSharp) Метод

PgnException() публичный Метод

public PgnException ( )
        public PgnException() { }
        public PgnException(string message) : base(message) { }

Same methods

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