C# 클래스 ZocBuild.Database.Exceptions.MultipleStatementException

An exception raised when no statement exists.
상속: System.Exception
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database

공개 메소드들

메소드 설명
MultipleStatementException ( int count, int allotment ) : System

Creates an instance of the multiple statement exception.

메소드 상세

MultipleStatementException() 공개 메소드

Creates an instance of the multiple statement exception.
public MultipleStatementException ( int count, int allotment ) : System
count int The number of statements in the script.
allotment int The upper bound on number of statements.
리턴 System