C# Класс Peachpie.Library.PDO.PDOException

Exception raised by PDO objects
Наследование: Pchp.Library.Spl.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

PDOException() публичный Метод

Initializes a new instance of the PDOException class.
public PDOException ( string message ) : System
message string Message décrivant l'erreur.
Результат System

PDOException() публичный Метод

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.
Результат System