MobileTrack Nexus Documentation
C#
Show/Hide TOC
Failure
Handler
Handle
Generic
Exception Method
To be invoked when generic exceptions are thrown. If this happens on production, it means there is an issue that must be resolved as soon as possible.
Definition
Namespace:
MobileTrack.Web.Components.Services
Assembly:
MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
C#
Copy
Request Example
public
void
HandleGenericException
(
Exception
exception
)
Parameters
exception
Exception
Exception to handle
Implements
IFailureHandler
HandleGenericException(Exception)
See Also
Reference
FailureHandler Class
MobileTrack.Web.Components.Services Namespace
In This Article
Definition
Parameters
Implements
See Also