C# Class ZocBuild.Database.Errors.SqlParseError

Represents an error caused by a failure to parse the content of the script file.
Inheritance: BuildErrorBase
Exibir arquivo Open project: Zocdoc/ZocBuild.Database Class Usage Examples

Public Methods

Method Description
GetMessage ( ) : string

Returns the message for this error.

SqlParseError ( string message ) : System

Creates an instance of a SQL parse error object.

Method Details

GetMessage() public method

Returns the message for this error.
public GetMessage ( ) : string
return string

SqlParseError() public method

Creates an instance of a SQL parse error object.
public SqlParseError ( string message ) : System
message string The message generated by the SQL parser.
return System