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