Mono Class Library: MySql.Data.MySqlClient Namespace

MySql.Data.MySqlClient.MySqlErrorCode Enumeration

Provides a reference to error codes returned by MySQL. [Edit]
public enum MySqlErrorCode

Remarks

Documentation for this section has not yet been entered. [Edit]

Members

Member NameDescription
AccessDenied Normally returned when an incorrect password is given [Edit]
AnonymousUser The anonymous user is not allowed to connect [Edit]
ColumnAccessDeniedDocumentation for this section has not yet been entered. [Edit]
DuplicateKey There is already a key with the given values. [Edit]
DuplicateKeyEntry Duplicate Key Entry [Edit]
DuplicateKeyName Duplicate Key Name [Edit]
HostNotPrivileged The given host is not allowed to connect [Edit]
IllegalGrantForTableDocumentation for this section has not yet been entered. [Edit]
KeyNotFound The specified key was not found. [Edit]
NoneDocumentation for this section has not yet been entered. [Edit]
NonExistingTableGrantDocumentation for this section has not yet been entered. [Edit]
NoSuchTableDocumentation for this section has not yet been entered. [Edit]
PacketTooLarge An attempt was made to send or receive a packet larger than max_allowed_packet_size [Edit]
PasswordNoMatch The given password does not match [Edit]
PasswordNotAllowed The given password is not allowed [Edit]
TableAccessDeniedDocumentation for this section has not yet been entered. [Edit]
UnableToConnectToHost Given when the connection is unable to successfully connect to host. [Edit]
UnknownDatabaseDocumentation for this section has not yet been entered. [Edit]

Requirements

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll)
Assembly Versions: 6.1.3.0