Click or drag to resize

AssemblyLoadFail Constructor (String, String, String)

Full constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public AssemblyLoadFail(
	string sAssembly,
	string sClass,
	string sDesc
)

Parameters

sAssembly
Type: SystemString
The component's assembly.
sClass
Type: SystemString
The component's class.
sDesc
Type: SystemString
Additional error description text.
See Also