Click or drag to resize

AssemblyLoadFail Constructor (String, Exception)

Basic constructor for message with inner exception.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public AssemblyLoadFail(
	string message,
	Exception ex
)

Parameters

message
Type: SystemString
The message.
ex
Type: SystemException
The inner exception.
See Also