C# Class ExpressionParser.RPN_Exception

For the exceptions thrown by this module.
Inheritance: System.ApplicationException
Datei anzeigen Open project: IndiansIncredible/.NetIDS

Public Methods

Method Description
RPN_Exception ( ) : System
RPN_Exception ( string szMessage ) : System
RPN_Exception ( string szMessage, Exception innerException ) : System

Method Details

RPN_Exception() public method

public RPN_Exception ( ) : System
return System

RPN_Exception() public method

public RPN_Exception ( string szMessage ) : System
szMessage string
return System

RPN_Exception() public method

public RPN_Exception ( string szMessage, Exception innerException ) : System
szMessage string
innerException System.Exception
return System