5 implementations of SupportsErrorInfo
System.ServiceModel (5)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
514
bool IProxyCreator.
SupportsErrorInfo
(ref Guid riid)
System\ServiceModel\ComIntegration\MonikerBuilder.cs (1)
53
bool IProxyCreator.
SupportsErrorInfo
(ref Guid riid)
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
48
bool IProxyCreator.
SupportsErrorInfo
(ref Guid riid)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
324
bool IProxyCreator.
SupportsErrorInfo
(ref Guid riid)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
354
bool IProxyCreator.
SupportsErrorInfo
(ref Guid riid)
1 reference to SupportsErrorInfo
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ProxyManager.cs (1)
125
return proxyCreator.
SupportsErrorInfo
(ref riid) ? HR.S_OK : HR.S_FALSE;