CreateUserWizard.UnknownErrorMessage Property
.NET Framework 3.0
Gets or sets the error message displayed when an error returned by the membership provider is not defined.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration <LocalizableAttribute(True)> _ Public Overridable Property UnknownErrorMessage As String 'Usage Dim instance As CreateUserWizard Dim value As String value = instance.UnknownErrorMessage instance.UnknownErrorMessage = value
/** @property */ public String get_UnknownErrorMessage () /** @property */ public void set_UnknownErrorMessage (String value)
public function get UnknownErrorMessage () : String public function set UnknownErrorMessage (value : String)
Not applicable.
Property Value
The error message displayed when an error returned by the membership provider is not defined. The default value is "Your account was not created. Please try again." The default text of the control is localized based on the server's current locale.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.
Community Additions
ADD
Show: