ExtensionManagerException Class
Generic exception for working with extension managers and extension manager repositories.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
System::Exception
Microsoft.VisualStudio.ExtensionManager::ExtensionManagerException
Microsoft.VisualStudio.ExtensionManager::AlreadyInstalledException
Microsoft.VisualStudio.ExtensionManager::BreaksExistingExtensionsException
Microsoft.VisualStudio.ExtensionManager::CannotUninstallOrphanedComponentsException
Microsoft.VisualStudio.ExtensionManager::DependencyException
Microsoft.VisualStudio.ExtensionManager::DirectoryExistsException
Microsoft.VisualStudio.ExtensionManager::FilesInUseException
Microsoft.VisualStudio.ExtensionManager::IdentifierConflictException
Microsoft.VisualStudio.ExtensionManager::InconsistentNestedReferenceIdException
Microsoft.VisualStudio.ExtensionManager::InstallByMsiException
Microsoft.VisualStudio.ExtensionManager::InvalidExtensionManifestException
Microsoft.VisualStudio.ExtensionManager::InvalidExtensionPackageException
Microsoft.VisualStudio.ExtensionManager::InvalidPerMachineOperationException
Microsoft.VisualStudio.ExtensionManager::MissingPackagePartException
Microsoft.VisualStudio.ExtensionManager::MissingReferencesException
Microsoft.VisualStudio.ExtensionManager::MissingTargetFrameworkException
Microsoft.VisualStudio.ExtensionManager::NestedExtensionInstallException
Microsoft.VisualStudio.ExtensionManager::NotInstalledException
Microsoft.VisualStudio.ExtensionManager::NotPendingDeletionException
Microsoft.VisualStudio.ExtensionManager::ProxyCredentialsRequiredException
Microsoft.VisualStudio.ExtensionManager::ReferenceConstraintException
Microsoft.VisualStudio.ExtensionManager::RequiresAdminRightsException
Microsoft.VisualStudio.ExtensionManager::SystemComponentException
Microsoft.VisualStudio.ExtensionManager::UnsupportedProductException
| Name | Description | |
|---|---|---|
![]() | ExtensionManagerException() | Creates an ExtensionManagerException object. |
![]() | ExtensionManagerException(String^) | Creates an ExtensionManagerException object that has the specified error message. |
![]() | ExtensionManagerException(String^, Exception^) | Creates an ExtensionManagerException object that has the specified error message and exposes the inner exception that threw it. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorCode | |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | 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.
ExtensionManagerException is functionally identical to System::Exception.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



