Click or drag to resize

CommandResult Methods

The CommandResult type exposes the following members.

Methods
  NameDescription
Public methodFormat
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.
(Overrides ResultBase.Format.)
Public methodToAutoTestString
String representation of this CommandResult for use in testing.
Public methodToLogString
String representation of this CommandResult for use in logging.
Top
See Also