C# Class CmdLine.ParserException

Inheritance: System.Exception
Show file Open project: goldshtn/msos

Public Methods

Method Description
ParserException ( ) : System
ParserException ( string message ) : System
ParserException ( string message, Exception inner ) : System

Protected Methods

Method Description
ParserException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ParserException() public method

public ParserException ( ) : System
return System

ParserException() protected method

protected ParserException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ParserException() public method

public ParserException ( string message ) : System
message string
return System

ParserException() public method

public ParserException ( string message, Exception inner ) : System
message string
inner System.Exception
return System