The following tables list the members exposed by GenericError.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Code | The code of the current error. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CodeType | The type of the error code. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | InnerException | The exception instance that caused the current error. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Message | A message that describes the current error. |
Top
Protected Properties
| Name | Description |
![Protected Property](template/packages/core-dotnet/images/protectedProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | NullEnum | An enumeration member with value of zero. |
Top
Public Methods
Extension Methods
| Name | Description |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | 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