Thrown when the assembly for a software package could not be loaded.
Initializes a new instance of PackageAssemblyLoadException.
public Void PackageAssemblyLoadException(name, src, inner)
Name | Type | Summary |
---|---|---|
name | String | Package name. |
src | String | Source code reference. |
inner | Exception | Original exception. |
In this document