[This is preliminary documentation and is subject to change.]
Base interface for Zoe errors

C# | Visual Basic | Visual C++ |
public interface IError
Public Interface IError
public interface class IError

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | get_ErrorClass()()() |
Get the error class.
|
![]() | get_ErrorLayerDSourceFileData()()() |
Get the error layer D source file data.
|
![]() | get_ErrorLayerDZOESourceFileData()()() |
Get the error layer DZOE 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.
|
![]() | set_ErrorClass(ErrorClass) |
Set the error class.
|
![]() | set_ErrorLayerDSourceFileData(String) |
Set the error layer D source file data.
|
![]() | set_ErrorLayerDZOESourceFileData(String) |
Set the error layer DZOE 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.
|