MembershipCreateUserException Constructor
.NET Framework 3.0
Initializes a new instance of the MembershipCreateUserException class.
| 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: