CreateUserErrorEventArgs Constructor (MembershipCreateStatus)

 

Initializes a new instance of the CreateUserErrorEventArgs class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
CreateUserErrorEventArgs(
	MembershipCreateStatus s
)

Parameters

s
Type: System.Web.Security::MembershipCreateStatus

A MembershipCreateStatus object that describes the result of a CreateUser attempt.

.NET Framework
Available since 2.0
Return to top
Show: