I have a Web Reference to a remote Web Service, which is called in several different classes. I'd like to catch all exceptions coming from this Web Service only. How can I do that (for example extending it's base, auto generated class) without interfering and modifying all upper level code?I have a Web Reference to a remote Web Service,