LayerD CodeDOM and Zoe Compiler interface
Error Constructor (newErrorMessage)
NamespacesLayerD.ZOECompilerErrorError(String)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Error class.
Declaration Syntax
C#Visual BasicVisual C++
public Error(
	string newErrorMessage
)
Public Sub New ( _
	newErrorMessage As String _
)
public:
Error(
	String^ newErrorMessage
)
Parameters
newErrorMessage (String)
The new error message.

Assembly: lib_zoe_cginterface (Module: lib_zoe_cginterface) Version: 1.0.3410.22811 (1.0.0.0)