C# Class DaoException, Quaack_rep_1

Inheritance: System.Exception
显示文件 Open project: ARdeWeerd/Quaack_rep_1

Public Methods

Method Description
DaoException ( ) : System
DaoException ( string message ) : System
DaoException ( string message, System inner ) : System

Protected Methods

Method Description
DaoException ( System info, System context ) : System

Method Details

DaoException() public method

public DaoException ( ) : System
return System

DaoException() protected method

protected DaoException ( System info, System context ) : System
info System
context System
return System

DaoException() public method

public DaoException ( string message ) : System
message string
return System

DaoException() public method

public DaoException ( string message, System inner ) : System
message string
inner System
return System