| FailedStateSerializeData Method |
Namespace: Hangfire.States
Returning dictionary contains the following keys. You can obtain the state data by using the GetStateData(String) method.
| Key | Type | Deserialize Method | Notes |
|---|---|---|---|
| FailedAt | DateTime | DeserializeDateTime(String) | Please see the FailedAt property. |
| ExceptionType | String | Not required | The full name of the current exception type. |
| ExceptionMessage | String | Not required | Message that describes the current exception. |
| ExceptionDetails | String | Not required | String representation of the current exception. |