C# 클래스 Peachpie.Library.PDO.PDOException

Exception raised by PDO objects
상속: Pchp.Library.Spl.Exception
파일 보기 프로젝트 열기: MaitreDede/Peachpie.Extensions

공개 메소드들

메소드 설명
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