2 references to FaultException
System.ServiceModel.Primitives.Tests (2)
ServiceModel\FaultExceptionTest.cs (2)
157var exception = new FaultException<FaultDetail>(detail, reason, code); 167exception = new FaultException<FaultDetail>(null, (string)null, null);