C# Class Acme.Northwind.Install.InvalidSQLException

Inheritance: System.Exception
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
InvalidSQLException ( ) : System
InvalidSQLException ( string message ) : System
InvalidSQLException ( string message, Exception innerException ) : System

Method Details

InvalidSQLException() public méthode

public InvalidSQLException ( ) : System
Résultat System

InvalidSQLException() public méthode

public InvalidSQLException ( string message ) : System
message string
Résultat System

InvalidSQLException() public méthode

public InvalidSQLException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System