Click or drag to resize

IErrorsContainsOnlyOneErrorCode Method (Int32, 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,
	int subErrorCode
)

Parameters

errorCode
Type: SystemInt32
ErrorCode to check
subErrorCode
Type: SystemInt32
Sub error code to check

Return Value

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