Semi generic Application_Error handler method that can be used to handle errors without additional code. You should implement the DisplayError event and LogError Event methods to display a message when ErrorHandlingModes is not Default
public void HandleError(ErrorHandlingModes errorHandlingMode);
Parameters
errorHandlingMode
See also:
Class WebErrorHandler