PageLevelError members

Represents a Control that supports the display of error messages to the page.

The PageLevelError type exposes the following members.

Constructors

  Name Description
Public method PageLevelError Initializes a new instance of the PageLevelError class. This member is reserved for internal use and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property EncodedErrorText Gets or sets the encoded text that is sent to the web browser for display. This member is reserved for internal use and is not intended to be used directly from your code.
Public property ErrorText Gets or sets the text that is sent to the web browser for display. This member is reserved for internal use and is not intended to be used directly from your code.
Public property ErrorTextLocId Sets the ErrorText property to the string resource specified by the ErrorTextLocId value. This member is reserved for internal use and is not intended to be used directly from your code.
Public property ErrorTextLocIdNum Sets the ErrorText property to the string resource specified by a LocStringId enumeration integer value. This member is reserved for internal use and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Init Initializes the error text. This member is reserved for internal use and is not intended to be used directly from your code.
Protected method OnLoad Handles the Load event. This member is reserved for internal use and is not intended to be used directly from your code. (Overrides Control.OnLoad(EventArgs).)
Protected method Render Renders the PageLevelError control. This member is reserved for internal use and is not intended to be used directly from your code. (Overrides Control.Render(HtmlTextWriter).)

Top

Fields

  Name Description
Public field Image Identifies the image to display. This member is reserved for internal use and is not intended to be used directly from your code.

Top

See also

Reference

PageLevelError class

Microsoft.SharePoint.Portal.WebControls namespace