C# Class ZocBuild.Database.Exceptions.MultipleStatementException

An exception raised when no statement exists.
Inheritance: System.Exception
Afficher le fichier Open project: Zocdoc/ZocBuild.Database

Méthodes publiques

Méthode Description
MultipleStatementException ( int count, int allotment ) : System

Creates an instance of the multiple statement exception.

Method Details

MultipleStatementException() public méthode

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.
Résultat System