2 references to FaultException
System.ServiceModel.Primitives.Tests (2)
ServiceModel\FaultExceptionTest.cs (2)
21var exception = new FaultException<FaultDetail>(detail, reason); 31var exception2 = new FaultException<FaultDetail>(nullDetail, nullReason);