Click or drag to resize

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
)

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