MembershipCreateUserException Constructor

 

Initializes a new instance of the MembershipCreateUserException class.

Namespace:   System.Web.Security
Assembly:  System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)

NameDescription
System_CAPS_pubmethodMembershipCreateUserException()

Initializes a new instance of the MembershipCreateUserException class.

System_CAPS_pubmethodMembershipCreateUserException(MembershipCreateStatus)

Initializes a new instance of the MembershipCreateUserException class with the specified StatusCode value.

System_CAPS_protmethodMembershipCreateUserException(SerializationInfo, StreamingContext)

Initializes a new instance of the MembershipCreateUserException class with the supplied serialization information and context.

System_CAPS_pubmethodMembershipCreateUserException(String)

Initializes a new instance of the MembershipCreateUserException class and sets the Message property to the supplied message parameter value

System_CAPS_pubmethodMembershipCreateUserException(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.

Return to top
Show: