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