CreateUserErrorEventArgs.CreateUserErrorEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the CreateUserErrorEventArgs class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public CreateUserErrorEventArgs ( MembershipCreateStatus s )
public function CreateUserErrorEventArgs ( s : MembershipCreateStatus )
Not applicable.
Parameters
- s
A MembershipCreateStatus object that describes the result of a CreateUser attempt.
Community Additions
ADD
Show: