C# 클래스 D2L.SQL.Validation.SqlValidationException

Base class for SQL validation errors
상속: System.Exception
파일 보기 프로젝트 열기: Brightspace/D2L.SQL

공개 메소드들

메소드 설명
SqlValidationException ( IEnumerable messages ) : System

Indicates that the sql was not valid

SqlValidationException ( string message ) : System

Indicates that the sql was not valid.

메소드 상세

SqlValidationException() 공개 메소드

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

SqlValidationException() 공개 메소드

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