C# Класс System.SqlSyntaxErrorException

Sql Syntax Error Exception
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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