2 references to DISP_E_UNKNOWNNAME
System.ServiceModel (2)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
191throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new COMException(SR.GetString(SR.OperationNotFound, rgszNames[index]), HR.DISP_E_UNKNOWNNAME));
System\ServiceModel\ComIntegration\TearOffProxy.cs (1)
65return new ReturnMessage(DiagnosticUtility.ExceptionUtility.ThrowHelperError(new COMException(SR.GetString(SR.OperationNotFound, typeMethod.Name), HR.DISP_E_UNKNOWNNAME)), msg);