C# Class System.SqlSyntaxErrorException

Sql Syntax Error Exception
Inheritance: Exception
Afficher le fichier Open project: tupunco/Tup.Cobar4Net

Méthodes publiques

Méthode Description
SqlSyntaxErrorException ( Exception innerException )

SqlSyntaxErrorException ( string message )

SqlSyntaxErrorException ( string message, Exception innerException )

Method Details

SqlSyntaxErrorException() public méthode

public SqlSyntaxErrorException ( Exception innerException )
innerException Exception

SqlSyntaxErrorException() public méthode

public SqlSyntaxErrorException ( string message )
message string

SqlSyntaxErrorException() public méthode

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