MySqlError.Level property
The error level. This comes from the MySQL Server. Possible values include Note
, Warning
, and Error
.
public string Level { get; }
See Also
- class MySqlError
- namespace MySqlConnector
- assembly MySqlConnector
The error level. This comes from the MySQL Server. Possible values include Note
, Warning
, and Error
.
public string Level { get; }