C# Class D2L.SQL.Validation.SqlValidationException

Base class for SQL validation errors
Inheritance: System.Exception
显示文件 Open project: Brightspace/D2L.SQL

Public Methods

Method Description
SqlValidationException ( IEnumerable messages ) : System

Indicates that the sql was not valid

SqlValidationException ( string message ) : System

Indicates that the sql was not valid.

Method Details

SqlValidationException() public method

Indicates that the sql was not valid
public SqlValidationException ( IEnumerable messages ) : System
messages IEnumerable Messages from Irony parser
return System

SqlValidationException() public method

Indicates that the sql was not valid.
public SqlValidationException ( string message ) : System
message string Should indicate what was wrong with the sql.
return System