MySqlException.SqlState property
A SQLSTATE
code identifying the kind of error.
public override string? SqlState { get; }
Remarks
See SQLSTATE for more information.
See Also
- class MySqlException
- namespace MySqlConnector
- assembly MySqlConnector
A SQLSTATE
code identifying the kind of error.
public override string? SqlState { get; }
See SQLSTATE for more information.