Click or drag to resize

AssemblyLoadException Constructor (String)

Exception thrown when an assembly could not be loaded.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public AssemblyLoadException(
	string message
)

Parameters

message
Type: SystemString
See Also