Class Failure
Represents a single failure.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
[Obsolete("Use Akka.Actor.Status.Failure. Will be removed in v1.6")]
public class Failure
Properties
| Edit this page View SourceException
The exception that caused the failure.
Declaration
public Exception Exception { get; set; }
Property Value
| Type | Description |
|---|---|
| Exception |
Timestamp
The timestamp when the failure occurred.
Declaration
public DateTime Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Edit this page