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