LayerD CodeDOM and Zoe Compiler interface
Error Constructor (newErrorMessage, newErrorClass, newErrorLevel)
NamespacesLayerD.ZOECompilerErrorError(String, ErrorClass, ErrorLevel)

[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,
	ErrorClass newErrorClass,
	ErrorLevel newErrorLevel
)
Public Sub New ( _
	newErrorMessage As String, _
	newErrorClass As ErrorClass, _
	newErrorLevel As ErrorLevel _
)
public:
Error(
	String^ newErrorMessage, 
	ErrorClass newErrorClass, 
	ErrorLevel newErrorLevel
)
Parameters
newErrorMessage (String)
The new error message.
newErrorClass (ErrorClass)
The new error class.
newErrorLevel (ErrorLevel)
The new error level.

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