Click or drag to resize

IErrorsContainsOnlyOneErrorKind Method

Indicates that the errors containing only a specific error

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 ContainsOnlyOneErrorKind(
	ErrorKind errorKind
)

Parameters

errorKind
Type: EBP.Framework.Common.InterfacesErrorKind
ErrorKind to check

Return Value

Type: Boolean
True if only one error was found with this error kind otherwise false
See Also