/// <summary>Handles the exception raised in the specified context.</summary>
 /// <param name="filterContext">The exception context.</param>
 protected virtual void OnException(ExceptionContext filterContext)
 {
     filterContext.HandleOws100Error();
 }