LayerD CodeDOM and Zoe Compiler interface
Advice Class
NamespacesLayerD.ZOECompilerAdvice

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

Derived error class that represent Advices to programmers. Advices do not stop compilation.
Declaration Syntax
C#Visual BasicVisual C++
public class Advice : Error
Public Class Advice _
	Inherits Error
public ref class Advice : public Error
Members
All MembersConstructorsMethods



IconMemberDescription
Advice(String)
Initializes a new instance of the Advice class.

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

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

Advice(String, String, ErrorLevel)
Initializes a new instance of the Advice 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.
(Inherited from Error.)
get_ErrorLayerDSourceFileData()()()
Get the layerd source file data.
(Inherited from Error.)
get_ErrorLayerDZOESourceFileData()()()
Get the zoe source file data.
(Inherited from Error.)
get_ErrorLevel()()()
Get the error level.
(Inherited from Error.)
get_ErrorMessage()()()
Get the error message.
(Inherited from Error.)
get_ErrorNode()()()
Get the error node.
(Inherited from Error.)
get_ErrorSource()()()
Get the error source.
(Inherited from Error.)
get_ErrorSourceFileData()()()
Get the error source file data.
(Inherited from Error.)
get_ErrorType()()()
Get the type of the error.
(Inherited from Error.)
get_LocaleErrorMessage()()()
Get the locale error message.
(Inherited from Error.)
get_PersistentError()()()
Get the persistent error.
(Inherited from Error.)
get_RelatedError()()()
Get the related error.
(Inherited from Error.)
get_UrlErrorDescription()()()
Get the URL error description.
(Inherited from Error.)
get_UrlErrorHelp()()()
Get the URL error help.
(Inherited from Error.)
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.
(Inherited from Error.)
set_ErrorLayerDSourceFileData(String)
Set the layerd source file data.
(Inherited from Error.)
set_ErrorLayerDZOESourceFileData(String)
Set the zoe source file data.
(Inherited from Error.)
set_ErrorLevel(ErrorLevel)
Set the error level.
(Inherited from Error.)
set_ErrorMessage(String)
Set the error message.
(Inherited from Error.)
set_ErrorNode(XplNode)
Set the error node.
(Inherited from Error.)
set_ErrorSource(ErrorSource)
Set the error source.
(Inherited from Error.)
set_ErrorSourceFileData(String)
Set the error source file data.
(Inherited from Error.)
set_ErrorType(ErrorType)
Set the type of the error.
(Inherited from Error.)
set_LocaleErrorMessage(String)
Set the locale error message.
(Inherited from Error.)
set_PersistentError(Boolean)
Set the persistent error.
(Inherited from Error.)
set_RelatedError(IError)
Set the related error.
(Inherited from Error.)
set_UrlErrorDescription(String)
Set the URL error description.
(Inherited from Error.)
set_UrlErrorHelp(String)
Set the URL error help.
(Inherited from Error.)
ToString()()()
String representation of the error.
(Inherited from Error.)
Inheritance Hierarchy
Object
Error
 Advice

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