C# 클래스 System.SqlSyntaxErrorException

Sql Syntax Error Exception
상속: Exception
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net

공개 메소드들

메소드 설명
SqlSyntaxErrorException ( Exception innerException )

SqlSyntaxErrorException ( string message )

SqlSyntaxErrorException ( string message, Exception innerException )

메소드 상세

SqlSyntaxErrorException() 공개 메소드

public SqlSyntaxErrorException ( Exception innerException )
innerException Exception

SqlSyntaxErrorException() 공개 메소드

public SqlSyntaxErrorException ( string message )
message string

SqlSyntaxErrorException() 공개 메소드

public SqlSyntaxErrorException ( string message, Exception innerException )
message string
innerException Exception