LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlError class

MySqlError represents an error or warning that occurred during the execution of a SQL statement.

public sealed class MySqlError

Public Members

namedescription
ErrorCode { get; }The MySqlErrorCode for the error or warning.
Level { get; }The error level. This comes from the MySQL Server. Possible values include Note, Warning, and Error.
Message { get; }A human-readable description of the error or warning.

See Also