Public Member Functions

Zend_Db_Adapter_Sqlsrv_Exception Class Reference

Inheritance diagram for Zend_Db_Adapter_Sqlsrv_Exception:
Zend_Db_Adapter_Exception Zend_Db_Exception Zend_Exception

Public Member Functions

 __construct ($message=null, $code=0)

Detailed Description

Definition at line 37 of file Exception.php.


Constructor & Destructor Documentation

__construct ( message = null,
code = 0 
)

Constructor

If $message is an array, the assumption is that the return value of sqlsrv_errors() was provided. If so, it then retrieves the most recent error from that stack, and sets the message and code based on it.

Parameters:
null | array | string$message
null | int$code

Definition at line 49 of file Exception.php.


The documentation for this class was generated from the following file: