EditorZoneBase.ErrorText Property
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: virtual property String^ ErrorText { String^ get (); void set (String^ value); }
/** @property */ public String get_ErrorText () /** @property */ public void set_ErrorText (String value)
public function get ErrorText () : String public function set ErrorText (value : String)
Not applicable.
Property Value
A localized string that contains the error message.The ErrorText property contains the text of an error message that can be displayed in the UI if an error occurs while rendering controls derived from the EditorZoneBase class. The error message is displayed at the top of the zone if an error occurs in any of the individual EditorPart controls contained in the zone. In addition, individual EditorPart controls can display their own error messages near the control that receives an error.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.