PageLevelError Members
Include Protected Members
Include Inherited Members
Represents a Control that supports the display of error messages to the page.
The PageLevelError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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 | |
---|---|---|
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. | |
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. | |
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. | |
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 | |
---|---|---|
Init | Initializes the error text. This member is reserved for internal use and is not intended to be used directly from your code. | |
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).) | |
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 | |
---|---|---|
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