RequiredIfAttributeFormatErrorMessage Method |  |
Applies formatting to an error message, based on the data field where the error occurred.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic override string FormatErrorMessage(
string name
)
Parameters
- name String
- The name to include in the formatted message.
Return Value
StringAn instance of the formatted error message.
Exceptions
See Also