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