Class RemoteTransportException
This exception is thrown when a general failure within a Akka.Remote.RemoteTransport occurs, such as the inability to start, wrong configuration, etc...
Implements
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public class RemoteTransportException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceRemoteTransportException(SerializationInfo, StreamingContext)
Initializes a new instance of the RemoteTransportException class.
Declaration
protected RemoteTransportException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
RemoteTransportException(String, Exception)
Initializes a new instance of the RemoteTransportException class.
Declaration
public RemoteTransportException(string message, Exception cause = null)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | cause | The exception that is the cause of the current exception. |