IFailureHandlerHandleGenericException 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.Interfaces
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
void HandleGenericException(
	Exception exception
)

Parameters

exception  Exception
Exception to handle

See Also