LinkMenuExpand(external link)DocumentSearchCopyCopied

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