5 references to COMException
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockRunningObjectTable.cs (1)
28throw new COMException(
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
121throw new COMException(SR.TextStore_NoSink); 124throw new COMException(SR.TextStore_BadLockFlags); 154throw new COMException(SR.TextStore_ReentrantRequestLock);
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
495throw new COMException(string.Format(SR.TYPEINFOPROCESSORGetDocumentationFailed, dispid, hr, "ITypeInfo", (int)hr));