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