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.
|
public PDOException ( string message ) : System | ||
message | string | Message décrivant l'erreur. |
return | System |
public PDOException ( string message, long code, Throwable previous ) : System | ||
message | string | The message. |
code | long | The code. |
previous | Throwable | The previous. |
return | System |