3 instantiations of ServerException
mscorlib (3)
system\runtime\remoting\message.cs (3)
4394
fault = new
ServerException
(sb.ToString());
4412
fault = new
ServerException
((String)soapFault.Detail);
4416
fault = new
ServerException
(soapFault.FaultString);