LayerD CodeDOM and Zoe Compiler interface
set_ErrorType Method (newErrorType)
NamespacesLayerD.ZOECompilerErrorset_ErrorType(ErrorType)

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

Set the type of the error.
Declaration Syntax
C#Visual BasicVisual C++
public void set_ErrorType(
	ErrorType newErrorType
)
Public Sub set_ErrorType ( _
	newErrorType As ErrorType _
)
public:
virtual void set_ErrorType(
	ErrorType newErrorType
) sealed
Parameters
newErrorType (ErrorType)
New type of the error.

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