BreaksExistingExtensionsException Class
Exception thrown when a conflict is found between the extension to install and an existing extension.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
System::Exception
Microsoft.VisualStudio.ExtensionManager::ExtensionManagerException
Microsoft.VisualStudio.ExtensionManager::BreaksExistingExtensionsException
| Name | Description | |
|---|---|---|
![]() | BreaksExistingExtensionsException() | Creates a BreaksExistingExtensionsException that has no parameters. |
![]() | BreaksExistingExtensionsException(IEnumerable<IExtension^>^) | Creates a BreaksExistingExtensionsException and specifies the impacted extensions. |
![]() | BreaksExistingExtensionsException(String^) | Creates a BreaksExistingExtensionsException that has an error message. |
![]() | BreaksExistingExtensionsException(String^, Exception^) | Creates a BreaksExistingExtensionsException that has an error message and specifies the inner exception. |
![]() | BreaksExistingExtensionsException(String^, IEnumerable<IExtension^>^) | Creates a BreaksExistingExtensionsException that has an error message and specifies the impacted extensions. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorCode | (Overrides ExtensionManagerException::ErrorCode.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | ImpactedExtensions | The extensions impacted by the current installation. |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
The BreaksExistingExtensionsException may specify a collection of impacted extensions, an inner exception, and an error message, or be thrown with no parameters.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



