FailureHandler Class

Service to be invoked to handle technical exceptions that weren't accounted for or other issues. (Service outages, bugs in the code, etc. etc.) Not to be used for human-invoked issues that the code itself should handle!

Definition

Namespace: MobileTrack.Web.Components.Services
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
internal sealed class FailureHandler : IFailureHandler
Inheritance
Object    FailureHandler
Implements
IFailureHandler

See Also