LayerD CodeDOM and Zoe Compiler interface
RemoveError Method (oldError)
NamespacesLayerD.ZOECompilerErrorCollectionRemoveError(IError)

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

Removes the error.
Declaration Syntax
C#Visual BasicVisual C++
public void RemoveError(
	IError oldError
)
Public Sub RemoveError ( _
	oldError As IError _
)
public:
virtual void RemoveError(
	IError^ oldError
) sealed
Parameters
oldError (IError)
The old error.

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