Class RemotingErrorEvent
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public sealed class RemotingErrorEvent : RemotingLifecycleEvent
Constructors
| Improve this Doc View SourceRemotingErrorEvent(Exception)
TBD
Declaration
public RemotingErrorEvent(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause | TBD |
Properties
| Improve this Doc View SourceCause
TBD
Declaration
public Exception Cause { get; }
Property Value
Type | Description |
---|---|
Exception |
Methods
| Improve this Doc View SourceLogLevel()
TBD
Declaration
public override LogLevel LogLevel()
Returns
Type | Description |
---|---|
LogLevel | TBD |
Overrides
| Improve this Doc View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |