BibtexLibrary.Parser.ParseException.ParseException C# (CSharp) Method

ParseException() public method

public ParseException ( string s ) : System
s string
return System
        public ParseException(string s)
            : base(s)
        {
        }
ParseException