Ejemplo n.º 1
0
 public System.Threading.Tasks.Task CatchMeAsync(CatchException.WebCatchException.MyException Exception)
 {
     return(base.Channel.CatchMeAsync(Exception));
 }
Ejemplo n.º 2
0
 public void CatchMe(CatchException.WebCatchException.MyException Exception)
 {
     base.Channel.CatchMe(Exception);
 }