This documentation is archived and is not being maintained.
MembershipCreateUserException Constructor
Visual Studio 2010
Initializes a new instance of the MembershipCreateUserException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
Show: