Click or drag to resize

ExtensionLoadFail Constructor

Constructor

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

Parameters

sAssembly
Type: SystemString
The name of the assembly whose class failed to load.
sClass
Type: SystemString
The name of the class within that failed to load.
sDesc
Type: SystemString
Additional descriptive text regarding the failure.
See Also