CreateUserWizard.CreateUserError Event

Definition

Occurs when the membership provider cannot create the specified user account.

public event System.Web.UI.WebControls.CreateUserErrorEventHandler CreateUserError;

Event Type

Remarks

The CreateUserError event is raised on the server when the membership provider specified in the MembershipProvider property fails to create the specified user account.

The error handler is passed a MembershipCreateStatus object that contains the details of the failure from the membership provider. For a list of the possible error conditions, see MembershipCreateStatus.

For more information about how to handle events, see Handling and Raising Events.

Applies to

Produk Versi
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also