Class MySQLReceivedException

The server sent back a MySQL error code and message. If the server is 4.1+, there should also be an ANSI/ODBC-standard SQLSTATE error code.

class MySQLReceivedException
  : MySQLException ;

Constructors

NameDescription
this
this

Fields

NameTypeDescription
errorCode ushort
sqlState char[5]

See Also

https://dev.mysql.com/doc/refman/5.5/en/error-messages-server.html