MissingReferencesException Constructor (IEnumerable<IExtensionReference>)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a MissingReferencesException object that includes the missing references.
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
Public Sub New ( _
missingReferences As IEnumerable(Of IExtensionReference) _
)
'Usage
Dim missingReferences As IEnumerable(Of IExtensionReference)
Dim instance As New MissingReferencesException(missingReferences)
public MissingReferencesException(
IEnumerable<IExtensionReference> missingReferences
)
public:
MissingReferencesException(
IEnumerable<IExtensionReference^>^ missingReferences
)
public function MissingReferencesException(
missingReferences : IEnumerable<IExtensionReference>
)
new :
missingReferences:IEnumerable<IExtensionReference> -> MissingReferencesException
Parameters
- missingReferences
Type: System.Collections.Generic.IEnumerable<IExtensionReference>
A collection of IExtensionReference objects which represent the missing references.
Remarks
Missing references are any references, required by the extension to install, that are not present in any of the expected locations.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MissingReferencesException Class
MissingReferencesException Members