C# Class DBH.DBException.DBOpenException

Inheritance: DBException
Afficher le fichier Open project: bluedusk/DBHelper

Méthodes publiques

Méthode Description
DBOpenException ( ) : System
DBOpenException ( Exception ex ) : System
DBOpenException ( string msg ) : System
DBOpenException ( string message, Exception ex ) : System

Method Details

DBOpenException() public méthode

public DBOpenException ( ) : System
Résultat System

DBOpenException() public méthode

public DBOpenException ( Exception ex ) : System
ex System.Exception
Résultat System

DBOpenException() public méthode

public DBOpenException ( string msg ) : System
msg string
Résultat System

DBOpenException() public méthode

public DBOpenException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System