6 references to CreateFault
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
20
return
CreateFault
(code, new FaultReason(reason));
113
s_defaultMessageFault = MessageFault.
CreateFault
(new FaultCode("Default"), new FaultReason("", CultureInfo.CurrentCulture));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
95
fault = MessageFault.
CreateFault
(code, new FaultReason(reason));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
187
return MessageFault.
CreateFault
(faultException.Code, faultException.Reason);
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultException.cs (1)
184
return MessageFault.
CreateFault
(_code, _reason);
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (1)
35
MessageFault fault = MessageFault.
CreateFault
(code, reason);