C# Class ZocBuild.Database.Exceptions.MultipleStatementException

An exception raised when no statement exists.
Inheritance: System.Exception
Exibir arquivo Open project: Zocdoc/ZocBuild.Database

Public Methods

Method Description
MultipleStatementException ( int count, int allotment ) : System

Creates an instance of the multiple statement exception.

Method Details

MultipleStatementException() public method

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.
return System