Defines an Exception as part of a DOFInterface.
Inheritance Hierarchy
org.opendof.core.oalDOFInterfaceItem
org.opendof.core.oalDOFInterfaceException
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public class Exception : DOFInterfaceItem
The DOFInterfaceException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DOFInterfaceException | Construct a typeless Exception. |
![]() | DOFInterfaceException(Int32, DOFType) | Construct a new Exception. |
![]() | DOFInterfaceException(DOFInterface, DOFTypeContext, DOFPacket) | Create an instance from serial form. |
Methods
Name | Description | |
---|---|---|
![]() | CompareTo | compareTo compares this Item with another object lexicographically. (Inherited from DOFInterfaceItem.) |
![]() | Equals | (Inherited from DOFInterfaceItem.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Inherited from DOFInterfaceItem.) |
![]() | getInterface | Get the interface that this item belongs to. (Inherited from DOFInterfaceItem.) |
![]() | getInterfaceID | Get the interface identifier. (Inherited from DOFInterfaceItem.) |
![]() | getItemID | Get the item ID. (Inherited from DOFInterfaceItem.) |
![]() | getItemType | Get the item type of PROPERTY, METHOD, EVENT or EXCEPTION. (Inherited from DOFInterfaceItem.) |
![]() | getParameterCount | Get the number of Parameters for this Exception. |
![]() | getParameters | Get the Parameters for this Exception. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | marshal | (Overrides DOFInterfaceItemmarshal(DOFTypeContext, DOFPacket).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | The String representation of this Exception. (Overrides DOFInterfaceItemToString.) |
Fields
Name | Description | |
---|---|---|
![]() | iface | The interface to which the item belongs. (Inherited from DOFInterfaceItem.) |
![]() | itemID | The item identifier. (Inherited from DOFInterfaceItem.) |
![]() | parameters | The exception parameters. |
Remarks
See Also
Reference
Invoke.respond(DOFProviderException)