Click or drag to resize

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)
Syntax
bool ContainsErrorKind(
	params ErrorKind[] errorKinds
)

Parameters

errorKinds
Type: EBP.Framework.Common.InterfacesErrorKind
Errors to seek

Return Value

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