5 references to CreateFault
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\Message.cs (1)
264return CreateMessage(version, MessageFault.CreateFault(faultCode, new FaultReason(reason), detail), action);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
396MessageFault fault = MessageFault.CreateFault(code, reason, action);
System\ServiceModel\Dispatcher\ErrorBehavior.cs (2)
96fault = MessageFault.CreateFault(code, new FaultReason(error.Message), new ExceptionDetail(error)); 149faultInfo.Fault = Message.CreateMessage(_messageVersion, MessageFault.CreateFault(ndfe.Code, ndfe.Reason, detail), ndfe.Action);
System\ServiceModel\FaultException.cs (1)
413return MessageFault.CreateFault(Code, Reason, Detail);