C# Class DBH.DBException.DBFileNotFoundException

Inheritance: DBException
显示文件 Open project: bluedusk/DBHelper

Public Methods

Method Description
DBFileNotFoundException ( ) : System
DBFileNotFoundException ( string msg ) : System
DBFileNotFoundException ( string message, Exception ex ) : System

Method Details

DBFileNotFoundException() public method

public DBFileNotFoundException ( ) : System
return System

DBFileNotFoundException() public method

public DBFileNotFoundException ( string msg ) : System
msg string
return System

DBFileNotFoundException() public method

public DBFileNotFoundException ( string message, Exception ex ) : System
message string
ex System.Exception
return System