The underlying transport reported a non-fatal error
Inheritance: IHandleEvent
Beispiel #1
0
 /// <summary>
 /// Publishes a transport error to the message stream
 /// </summary>
 private void PublishError(UnderlyingTransportError transportError)
 {
     _log.Error(transportError.Cause, transportError.Message);
 }