Click or drag to resize

IErrorsContainsOnlyOneErrorCode Method (Int32)

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 ContainsOnlyOneErrorCode(
	int errorCode
)

Parameters

errorCode
Type: SystemInt32
ErrorCode to check

Return Value

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