C# Class Peachpie.Library.PDO.PDOException

Exception raised by PDO objects
Inheritance: Pchp.Library.Spl.Exception
ファイルを表示 Open project: MaitreDede/Peachpie.Extensions

Public Methods

Method Description
PDOException ( string message ) : System

Initializes a new instance of the PDOException class.

PDOException ( string message, long code, Throwable previous ) : System

Initializes a new instance of the PDOException class.

Method Details

PDOException() public method

Initializes a new instance of the PDOException class.
public PDOException ( string message ) : System
message string Message décrivant l'erreur.
return System

PDOException() public method

Initializes a new instance of the PDOException class.
public PDOException ( string message, long code, Throwable previous ) : System
message string The message.
code long The code.
previous Throwable The previous.
return System