C# Class Simple.Generator.ParserException

Inheritance: System.Exception
Show file Open project: juanplopes/simple

Public Methods

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

Protected Methods

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

Method Details

ParserException() public method

public ParserException ( ) : System
return System

ParserException() protected method

protected ParserException ( System info, System context ) : System
info System
context System
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