C# Class D2L.SQL.Validation.SqlValidationException

Base class for SQL validation errors
Inheritance: System.Exception
Afficher le fichier Open project: Brightspace/D2L.SQL

Méthodes publiques

Méthode 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 méthode

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

SqlValidationException() public méthode

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