3 references to HandleError
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
514
return this.
HandleError
(e, ref dummy);
575
if (!this.
HandleError
(e, ref faultInfo) && _hasSession)
873
this.
HandleError
(exception, ref faultInfo);