ErrorMessageFormatter
Defines static methods to format error messages.
Appends retry details to the supplied message.
public static string FormatWebServiceRetryMessage(string serviceOperation, string errorMessage, TimeSpan waitDuration, int retryAttempt, int maxRetries)
Builds a web service specific retry message.