TypeForwardedFromAttribute Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the TypeForwardedFromAttribute class.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- assemblyFullName
- Type: System.String
The source Type in another assembly.
| Exception | Condition |
|---|---|
| ArgumentNullException | assemblyFullName is Nothing or empty. |
Show: