 | IErrorsContainsErrorCode 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 ContainsErrorCode(
params int[] errorCodes
)
Function ContainsErrorCode (
ParamArray errorCodes As Integer()
) As Boolean
Parameters
- errorCodes
- Type: SystemInt32
Errors to seek
Return Value
Type:
BooleanTrue if some errors was found with this error, otherwise false
See Also