3 references to SFxCloseTimedOut1
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (3)
230
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new TimeoutException(string.Format(SRServiceModel.
SFxCloseTimedOut1
, timeout)));
286
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new TimeoutException(string.Format(SRServiceModel.
SFxCloseTimedOut1
, timeout)));
325
this.Complete(false, new TimeoutException(string.Format(SRServiceModel.
SFxCloseTimedOut1
, _timeout)));