Method HasErrorLabel
HasErrorLabel(string)
Determines whether the exception has some error label.
public bool HasErrorLabel(string errorLabel)
Parameters
errorLabel
stringThe error label.
Returns
- bool
true
if the exception has some error label; otherwise,false
.