Class Failure
Represents a single failure.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
[Obsolete("Use Akka.Actor.Status.Failure")]
public class Failure
Properties
| Improve this Doc 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 |