C# Class DBH.DBException.DBConfigException

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

Méthodes publiques

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

Method Details

DBConfigException() public méthode

public DBConfigException ( ) : System
Résultat System

DBConfigException() public méthode

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

DBConfigException() public méthode

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

DBConfigException() public méthode

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