Click or drag to resize

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)
Syntax
bool ContainsErrorCode(
	params int[] errorCodes
)

Parameters

errorCodes
Type: SystemInt32
Errors to seek

Return Value

Type: Boolean
True if some errors was found with this error, otherwise false
See Also