BibtexLibrary.Parser.ParseException.ParseException C# (CSharp) 메소드

ParseException() 공개 메소드

public ParseException ( string s ) : System
s string
리턴 System
        public ParseException(string s)
            : base(s)
        {
        }
ParseException