C# Class Expl.Itinerary.Parser.TDLParser.ParserException

TDL parser exception.
Inheritance: System.Exception
Mostrar archivo Open project: spoulson/Itinerary

Public Methods

Method Description
ParserException ( string Message ) : System
ParserException ( string Message, Exception InnerException ) : System

Method Details

ParserException() public method

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

ParserException() public method

public ParserException ( string Message, Exception InnerException ) : System
Message string
InnerException System.Exception
return System