C# Class ZocBuild.Database.Exceptions.SqlParseException

An exception raised when a script could not be parsed.
Inheritance: System.Exception
Exibir arquivo Open project: Zocdoc/ZocBuild.Database

Public Methods

Method Description
SqlParseException ( string message ) : System

Creates an instance of the sql parse exception.

Method Details

SqlParseException() public method

Creates an instance of the sql parse exception.
public SqlParseException ( string message ) : System
message string The message generated by the SQL parser.
return System