10 references to CreateClosedException
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (9)
570
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
601
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
604
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
633
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
659
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
662
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
688
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
691
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
726
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2304
Complete(false, _manager._channel.
CreateClosedException
());