The following tables list the members exposed by GenericError.
Public Constructors
Public Properties
| Name | Description |
 | Code | The code of the current error. |
 | CodeType | The type of the error code. |
 | InnerException | The exception instance that caused the current error. |
 | Message | A message that describes the current error. |
Top
Protected Properties
| Name | Description |
  | NullEnum | An enumeration member with value of zero. |
Top
Public Methods
Extension Methods
| Name | Description |
 | SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
Public Operators
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |
Top
See Also