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