MySqlException.IsTransient property
Returns true
if this exception could indicate a transient error condition (that could succeed if retried); otherwise, false
.
public override bool IsTransient { get; }
See Also
- class MySqlException
- namespace MySqlConnector
- assembly MySqlConnector