public void ProvideFault(Exception error, MessageVersion version, ref Message fault) { LegacyErrorHandler.ReportException(error, this, HttpContext.Current); }
public bool HandleError(Exception error) { LegacyErrorHandler.ReportException(error, this, HttpContext.Current); return(true); }