CommandResultFormat Method |
Format an error message for a failed command.
If the EErrorId = ErrorWithString and Data is a string, Data will be used as the error message.
If Data is an object[] it is assumed to be arguments for the pre-formated error message.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic override ITranslatableString Format()
Return Value
ITranslatableString
See Also