I throw a few soap exceptions in my web service successfully. I would like to catch the exceptions and access the string and ClientFaultCode that are called with the exception.
catch (SoapException soapEx) { //Do something with soapEx }