ConsoleError Members
Include Protected Members
Include Inherited Members
Describes a page error that resulted from authoring or editing operations.
The ConsoleError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsoleError(String) | Returns an instance of the ConsoleError class with a text message set to a specified value. | |
ConsoleError(String, ConsoleNode) | Returns an instance of the ConsoleError class with a text message set to a specified value; includes suggested actions for the user to perform. |
Top
Properties
Name | Description | |
---|---|---|
Actions | Actions that should be displayed as part of this error message. | |
Message | Message for the user, including a description or additional details about the error that occurred. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top