Retrieves a localized validation error, formatted with arguments.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static string GetLocalizedError( Uri oDataUri, InfoEnum error, string culture, string[] args = null )
Parameters
- oDataUri
- Type: SystemUri
The OData Service endpoint. - error
- Type: Scanjour.Workflow4.BaseInfoEnum
Error containing InfoEnum error and array of any arguments. - culture
- Type: SystemString
The culture used for specifying the language used in the error message. - args (Optional)
- Type: SystemString
Any arguments for the error message.
Return Value
Type: StringLocalized error message, formatted with arguments
See Also