C# Class ExpressionParser.RPN_Exception

For the exceptions thrown by this module.
Inheritance: System.ApplicationException
Afficher le fichier Open project: IndiansIncredible/.NetIDS

Méthodes publiques

Méthode Description
RPN_Exception ( ) : System
RPN_Exception ( string szMessage ) : System
RPN_Exception ( string szMessage, Exception innerException ) : System

Method Details

RPN_Exception() public méthode

public RPN_Exception ( ) : System
Résultat System

RPN_Exception() public méthode

public RPN_Exception ( string szMessage ) : System
szMessage string
Résultat System

RPN_Exception() public méthode

public RPN_Exception ( string szMessage, Exception innerException ) : System
szMessage string
innerException System.Exception
Résultat System