CmdLine.ParserException.ParserException C# (CSharp) 메소드

ParserException() 공개 메소드

public ParserException ( ) : System
리턴 System
        public ParserException()
            : base()
        {
        }

Same methods

ParserException::ParserException ( SerializationInfo info, StreamingContext context ) : System
ParserException::ParserException ( string message ) : System
ParserException::ParserException ( string message, Exception inner ) : System
ParserException