3 references to FaultException
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
753var faultObj = new FaultException<CustomMessage>(new CustomMessage(), "custom fault reason", new FaultCode("custom fault code"));
System.ServiceModel.Primitives.Tests (2)
ServiceModel\FaultExceptionTest.cs (2)
159var exception = new FaultException<FaultDetail>(detail, reason, code); 169exception = new FaultException<FaultDetail>(null, (string)null, null);