C# Class DBH.DBException.DBFileNotFoundException

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

Méthodes publiques

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

Method Details

DBFileNotFoundException() public méthode

public DBFileNotFoundException ( ) : System
Résultat System

DBFileNotFoundException() public méthode

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

DBFileNotFoundException() public méthode

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