Click or drag to resize

CompilerException Constructor (String)

Initializes a new instance of the CompilerException class.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public CompilerException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also