MissingReferencesException Class
Thrown when references that are required by the extension are not available on the system.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
System::Exception
Microsoft.VisualStudio.ExtensionManager::ExtensionManagerException
Microsoft.VisualStudio.ExtensionManager::MissingReferencesException
| Name | Description | |
|---|---|---|
![]() | MissingReferencesException() | Creates a MissingReferencesException object. |
![]() | MissingReferencesException(String^) | Creates a MissingReferencesException object that has an error message. |
![]() | MissingReferencesException(String^, Exception^) | Creates a MissingReferencesException object that has an error message and exposes the inner exception. |
![]() | MissingReferencesException(String^, IEnumerable<IExtensionReference^>^) |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorCode | (Overrides ExtensionManagerException::ErrorCode.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | MissingReferences | The references that are required by the extension and are not present on the system. |
![]() | 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.
This exception is thrown when the FindMissingReferences method returns a non-null result.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



