CommonDatabaseFunctionsGetLocalizedError Method
Retrieves a localized validation error, formatted with arguments.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static string GetLocalizedError(
Uri oDataUri,
InfoEnum error,
string culture,
string[] args = null
)
Public Shared Function GetLocalizedError (
oDataUri As Uri,
error As InfoEnum,
culture As String,
Optional args As String() = Nothing
) As String
public:
static String^ GetLocalizedError(
Uri^ oDataUri,
InfoEnum error,
String^ culture,
array<String^>^ args = nullptr
)
static member GetLocalizedError :
oDataUri : Uri *
error : InfoEnum *
culture : string *
?args : string[]
(* Defaults:
let _args = defaultArg args null
*)
-> string
- oDataUri Uri
- The OData Service endpoint.
- error InfoEnum
- Error containing InfoEnum error and array of any arguments.
- culture String
- The culture used for specifying the language used in the error message.
- args String (Optional)
- Any arguments for the error message.
StringLocalized error message, formatted with arguments