Class UnderlyingTransportError
The underlying transport reported a non-fatal error
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class UnderlyingTransportError : IHandleEvent, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceUnderlyingTransportError(Exception, String)
TBD
Declaration
public UnderlyingTransportError(Exception cause, string message)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause | TBD |
String | message | TBD |