C# Class DBH.DBException.DBException

Inheritance: System.Exception
显示文件 Open project: bluedusk/DBHelper

Public Methods

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

Method Details

DBException() public method

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

DBException() public method

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