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