C# Class ZocBuild.Database.Exceptions.SqlParseException

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

Méthodes publiques

Méthode Description
SqlParseException ( string message ) : System

Creates an instance of the sql parse exception.

Method Details

SqlParseException() public méthode

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