asp.net.ph

MembershipCreateUserException Class

System.Web.Security Namespace


.NET Framework version 2.0

The exception that is thrown when a user is not successfully created by a membership provider.

MembershipCreateUserException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public MembershipCreateUserException ( MembershipCreateStatus statusCode )
public MembershipCreateUserException ( String message )
public MembershipCreateUserException ( )
public MembershipCreateUserException ( String message , Exception innerException )

Collapse   Properties

Visibility Name Value Type Accessibility
public StatusCode MembershipCreateStatus [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public GetObjectData ( SerializationInfo info , StreamingContext context ) Void

Remarks

An instance of the MembershipCreateUserException class is thrown when a CreateUser operation fails.

The StatusCode property indicates the reason for the exception so you can handle it appropriately.

See Also

Membership Class   MembershipProvider Class   MembershipUser Class Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note