C# Class DBH.DBException.DBOpenException

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

Public Methods

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

Method Details

DBOpenException() public method

public DBOpenException ( ) : System
return System

DBOpenException() public method

public DBOpenException ( Exception ex ) : System
ex System.Exception
return System

DBOpenException() public method

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

DBOpenException() public method

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