C# Class PROJECTNAMESPACE.HandledSQLException

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

Méthodes publiques

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

Method Details

HandledSQLException() public méthode

public HandledSQLException ( ) : System
Résultat System

HandledSQLException() public méthode

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

HandledSQLException() public méthode

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