C# Класс ZocBuild.Database.Exceptions.MultipleStatementException

An exception raised when no statement exists.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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