C# Class System.SqlSyntaxErrorException

Sql Syntax Error Exception
Inheritance: Exception
Datei anzeigen Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
SqlSyntaxErrorException ( Exception innerException )

SqlSyntaxErrorException ( string message )

SqlSyntaxErrorException ( string message, Exception innerException )

Method Details

SqlSyntaxErrorException() public method

public SqlSyntaxErrorException ( Exception innerException )
innerException Exception

SqlSyntaxErrorException() public method

public SqlSyntaxErrorException ( string message )
message string

SqlSyntaxErrorException() public method

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