CmdLine.ParserException.ParserException C# (CSharp) Method

ParserException() public method

public ParserException ( ) : System
return 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