C# 클래스 ExpressionParser.RPN_Exception

For the exceptions thrown by this module.
상속: System.ApplicationException
파일 보기 프로젝트 열기: IndiansIncredible/.NetIDS

공개 메소드들

메소드 설명
RPN_Exception ( ) : System
RPN_Exception ( string szMessage ) : System
RPN_Exception ( string szMessage, Exception innerException ) : System

메소드 상세

RPN_Exception() 공개 메소드

public RPN_Exception ( ) : System
리턴 System

RPN_Exception() 공개 메소드

public RPN_Exception ( string szMessage ) : System
szMessage string
리턴 System

RPN_Exception() 공개 메소드

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