2 references to FaultException
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
719
throw new
FaultException
<ArgumentException>(new ArgumentException());
System.ServiceModel.Primitives.Tests (1)
ServiceModel\FaultExceptionTest.cs (1)
49
dcs.WriteObject(ms, new
FaultException
<FaultDetail>(new FaultDetail("Fault Message")));