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