 | 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)
Syntaxbool ContainsOnlyOneErrorCode(
int errorCode
)
Function ContainsOnlyOneErrorCode (
errorCode As Integer
) As Boolean
Parameters
- errorCode
- Type: SystemInt32
ErrorCode to check
Return Value
Type:
BooleanTrue if only one error was found with this error otherwise false
See Also