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