C# 클래스 BudgetAnalyser.Engine.Statement.UnexpectedIndexException

상속: System.Exception
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
UnexpectedIndexException ( ) : System

Initializes a new instance of the UnexpectedIndexException class.

UnexpectedIndexException ( string message ) : System

Initializes a new instance of the UnexpectedIndexException class.

비공개 메소드들

메소드 설명
UnexpectedIndexException ( string message, Exception innerException ) : System

메소드 상세

UnexpectedIndexException() 공개 메소드

Initializes a new instance of the UnexpectedIndexException class.
public UnexpectedIndexException ( ) : System
리턴 System

UnexpectedIndexException() 공개 메소드

Initializes a new instance of the UnexpectedIndexException class.
public UnexpectedIndexException ( string message ) : System
message string The message.
리턴 System