ConsoleError members

Describes a page error that resulted from authoring or editing operations.

The ConsoleError type exposes the following members.

Constructors

  Name Description
Public method ConsoleError(String) Returns an instance of the ConsoleError class with a text message set to a specified value.
Public method 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
Public property Actions Actions that should be displayed as part of this error message.
Public property Message Message for the user, including a description or additional details about the error that occurred.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ConsoleError class

Microsoft.SharePoint.Publishing.WebControls namespace