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