LogEntry.AddErrorMessage

LogEntry.AddErrorMessage method

Add an error or warning message to the start of the messages string builder. Used by the distributor to record problems.

public virtual void AddErrorMessage(string message)
ParameterTypeDescription
messageStringMessage to be added to this instance

See Also