C# Class SimpleC.Parsing.ParsingException

Inheritance: System.Exception
ファイルを表示 Open project: nrother/simple-c

Public Methods

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

Protected Methods

Method Description
ParsingException ( System info, System context ) : System

Method Details

ParsingException() public method

public ParsingException ( ) : System
return System

ParsingException() protected method

protected ParsingException ( System info, System context ) : System
info System
context System
return System

ParsingException() public method

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

ParsingException() public method

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