LayerD CodeDOM and Zoe Compiler interface
Warning Constructor (newErrorMessage, newLocaleErrorMessage, newErrorLevel)
NamespacesLayerD.ZOECompilerWarningWarning(String, String, ErrorLevel)

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

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

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