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

An exception raised when a script could not be parsed.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
SqlParseException ( string message ) : System

Creates an instance of the sql parse exception.

Описание методов

SqlParseException() публичный Метод

Creates an instance of the sql parse exception.
public SqlParseException ( string message ) : System
message string The message generated by the SQL parser.
Результат System