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