AssemblyObsoleteEventArgs Constructor (Assembly^)
Visual Studio 2015
Initializes a new instance of the AssemblyObsoleteEventArgs class.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- assembly
-
Type:
System.Reflection::Assembly^
A dynamic assembly that may have changed.
| Exception | Condition |
|---|---|
| ArgumentNullException | assembly is null. |
Show: