AssemblyLoadFail Constructor (String, String, String, String) |
Full construction, including componentType.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public AssemblyLoadFail(
string assemblyName,
string className,
string componentType,
string desc
)
Public Sub New (
assemblyName As String,
className As String,
componentType As String,
desc As String
)
Parameters
- assemblyName
- Type: SystemString
The component's assembly. - className
- Type: SystemString
The component's class. - componentType
- Type: SystemString
The type of component. - desc
- Type: SystemString
Additional error description text.
See Also