C# 클래스 ZocBuild.Database.Exceptions.SqlParseException

An exception raised when a script could not be parsed.
상속: System.Exception
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database

공개 메소드들

메소드 설명
SqlParseException ( string message ) : System

Creates an instance of the sql parse exception.

메소드 상세

SqlParseException() 공개 메소드

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