MembershipCreateUserException Constructor

Initializes a new instance of the MembershipCreateUserException class.
Introduction to Membership MembershipCreateUserException

Name Description
MembershipCreateUserException ()
Initializes a new instance of the MembershipCreateUserException class.
MembershipCreateUserException (MembershipCreateStatus)
Initializes a new instance of the MembershipCreateUserException class with the specified StatusCode value.
MembershipCreateUserException (String)
Initializes a new instance of the MembershipCreateUserException class and sets the Message property to the supplied message parameter value
MembershipCreateUserException (SerializationInfo, StreamingContext)
Initializes a new instance of the MembershipCreateUserException class with the supplied serialization information and context.
MembershipCreateUserException (String, Exception)
Initializes a new instance of the MembershipCreateUserException class and sets the Message property to the supplied message and the InnerException property to the supplied innerException.

Community Additions

ADD
Show: