8 references to FaultReason
System.ServiceModel (6)
System\ServiceModel\Channels\Message.cs (1)
252
return CreateMessage(version, MessageFault.CreateFault(faultCode, new
FaultReason
(reason), detail), action);
System\ServiceModel\Channels\MessageFault.cs (1)
24
return CreateFault(code, new
FaultReason
(reason));
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
818
FaultReason reason = new
FaultReason
(reasonText);
System\ServiceModel\Dispatcher\ErrorBehavior.cs (2)
85
fault = MessageFault.CreateFault(code, new
FaultReason
(error.Message), new ExceptionDetail(error));
90
fault = MessageFault.CreateFault(code, new
FaultReason
(reason));
System\ServiceModel\FaultException.cs (1)
213
return (reason != null) ? new
FaultReason
(reason) : DefaultReason;
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\DurableErrorHandler.cs (2)
49
messageFault = MessageFault.CreateFault(code, new
FaultReason
(toTrace.Message), new ExceptionDetail(toTrace));
54
messageFault = MessageFault.CreateFault(code, new
FaultReason
(reason));