 | IErrorsContainsErrorKind Method |
Search if the error collection contains some errors with this errors
Namespace:
EBP.Framework.Common.Interfaces
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxbool ContainsErrorKind(
params ErrorKind[] errorKinds
)
Function ContainsErrorKind (
ParamArray errorKinds As ErrorKind()
) As Boolean
Parameters
- errorKinds
- Type: EBP.Framework.Common.InterfacesErrorKind
Errors to seek
Return Value
Type:
BooleanTrue if some errors was found with tgis error, otherwise false
See Also