1 type derived from COMException
System.DirectoryServices (1)
56 instantiations of COMException
Microsoft.Build.Framework (1)
PresentationFramework (53)
MS\Internal\IO\Packaging\XpsFilter.cs (13)
54throw new COMException(SR.FileToFilterNotLoaded,
61throw new COMException(SR.FilterInitInvalidAttributes,
76throw new COMException(SR.FileToFilterNotLoaded,
104throw new COMException(SR.FileToFilterNotLoaded,
151throw new COMException(SR.AuxiliaryFilterReturnedAnomalousCountOfCharacters,
190throw new COMException(SR.AuxiliaryFilterReturnedAnomalousCountOfCharacters,
275throw new COMException(SR.FileToFilterNotLoaded,
423throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_ACCESS);
427throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT);
459throw new COMException(SR.FilterIPersistFileIsReadOnly, NativeMethods.STG_E_CANTSAVE);
552throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_ACCESS);
556throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT);
579throw new COMException(SR.FilterIPersistStreamIsReadOnly, NativeMethods.STG_E_CANTSAVE);
System\Windows\Documents\TextStore.cs (24)
78throw new COMException(SR.TextStore_CONNECT_E_CANNOTCONNECT, unchecked((int)0x80040202));
84throw new COMException(SR.TextStore_E_NOINTERFACE, unchecked((int)0x80004002));
106throw new COMException(SR.TextStore_CONNECT_E_NOCONNECTION, unchecked((int)0x80040200));
121throw new COMException(SR.TextStore_NoSink);
124throw new COMException(SR.TextStore_BadLockFlags);
154throw new COMException(SR.TextStore_ReentrantRequestLock);
474throw new COMException(SR.TextStore_TS_E_READONLY, UnsafeNativeMethods.TS_E_READONLY);
495throw new COMException(SR.TextStore_CompositionRejected, NativeMethods.E_FAIL);
506throw new COMException(SR.TextStore_CompositionRejected, NativeMethods.E_FAIL);
545throw new COMException(SR.TextStore_E_NOTIMPL, unchecked((int)0x80004001));
606throw new COMException(SR.TextStore_TS_E_READONLY, UnsafeNativeMethods.TS_E_READONLY);
636throw new COMException(SR.TextStore_TS_E_FORMAT, UnsafeNativeMethods.TS_E_FORMAT);
657throw new COMException(SR.TextStore_TS_E_READONLY, UnsafeNativeMethods.TS_E_READONLY);
707throw new COMException(SR.TextStore_CompositionRejected, NativeMethods.E_FAIL);
802throw new COMException(SR.TextStore_TS_E_READONLY, UnsafeNativeMethods.TS_E_READONLY);
838throw new COMException(SR.TextStore_TS_E_FORMAT, UnsafeNativeMethods.TS_E_FORMAT);
883throw new COMException(SR.TextStore_E_NOTIMPL, unchecked((int)0x80004001));
957throw new COMException(SR.TextStore_TS_E_NOLAYOUT, UnsafeNativeMethods.TS_E_NOLAYOUT);
965throw new COMException(SR.TextStore_TS_E_INVALIDPOINT, UnsafeNativeMethods.TS_E_INVALIDPOINT);
1037throw new COMException(SR.TextStore_TS_E_NOLAYOUT, UnsafeNativeMethods.TS_E_NOLAYOUT);
1052throw new COMException(SR.TextStore_TS_E_NOLAYOUT, UnsafeNativeMethods.TS_E_NOLAYOUT);
1505throw new COMException(SR.TextStore_CompositionRejected, NativeMethods.E_FAIL);
2597throw new COMException(SR.TextStore_TS_E_NOLAYOUT, UnsafeNativeMethods.TS_E_NOLAYOUT);
3423throw new COMException(SR.TextStore_CompositionRejected, NativeMethods.E_FAIL);
System.Windows.Forms (2)
121 references to COMException
Microsoft.Build.Framework (2)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.UnitTests (3)
Microsoft.VisualBasic.Core (5)
Microsoft.VisualStudio.LanguageServices (3)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (13)
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
Microsoft.VisualStudio.LanguageServices.UnitTests (13)
mscorlib (1)
netstandard (1)
PresentationCore (10)
PresentationFramework (24)
ReachFramework (10)
System.Runtime.InteropServices (1)
System.Windows.Forms (14)
System.Windows.Forms.Tests (16)
UIAutomationClientSideProviders (2)