LayerD CodeDOM and Zoe Compiler interface
Error Class
NamespacesLayerD.ZOECompilerError

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

Represent an error while Zoe compile time
Declaration Syntax
C#Visual BasicVisual C++
public class Error : IError
Public Class Error _
	Implements IError
public ref class Error : IError
Members
All MembersConstructorsMethods



IconMemberDescription
Error(String, XplNode)
Initializes a new instance of the Error class.

Error(String)
Initializes a new instance of the Error class.

Error(String, ErrorClass)
Initializes a new instance of the Error class.

Error(String, String)
Initializes a new instance of the Error class.

Error(String, String, XplNode)
Initializes a new instance of the Error class.

Error(String, String, ErrorClass)
Initializes a new instance of the Error class.

Error(String, ErrorClass, ErrorLevel)
Initializes a new instance of the Error class.

Error(String, String, ErrorClass, ErrorLevel)
Initializes a new instance of the Error class.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
get_ErrorClass()()()
Get the error class.

get_ErrorLayerDSourceFileData()()()
Get the layerd source file data.

get_ErrorLayerDZOESourceFileData()()()
Get the zoe source file data.

get_ErrorLevel()()()
Get the error level.

get_ErrorMessage()()()
Get the error message.

get_ErrorNode()()()
Get the error node.

get_ErrorSource()()()
Get the error source.

get_ErrorSourceFileData()()()
Get the error source file data.

get_ErrorType()()()
Get the type of the error.

get_LocaleErrorMessage()()()
Get the locale error message.

get_PersistentError()()()
Get the persistent error.

get_RelatedError()()()
Get the related error.

get_UrlErrorDescription()()()
Get the URL error description.

get_UrlErrorHelp()()()
Get the URL error help.

GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
set_ErrorClass(ErrorClass)
Set the error class.

set_ErrorLayerDSourceFileData(String)
Set the layerd source file data.

set_ErrorLayerDZOESourceFileData(String)
Set the zoe source file data.

set_ErrorLevel(ErrorLevel)
Set the error level.

set_ErrorMessage(String)
Set the error message.

set_ErrorNode(XplNode)
Set the error node.

set_ErrorSource(ErrorSource)
Set the error source.

set_ErrorSourceFileData(String)
Set the error source file data.

set_ErrorType(ErrorType)
Set the type of the error.

set_LocaleErrorMessage(String)
Set the locale error message.

set_PersistentError(Boolean)
Set the persistent error.

set_RelatedError(IError)
Set the related error.

set_UrlErrorDescription(String)
Set the URL error description.

set_UrlErrorHelp(String)
Set the URL error help.

ToString()()()
String representation of the error.
(Overrides Object.ToString()()().)
Inheritance Hierarchy

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