MembershipCreateUserException Constructor
.NET Framework (current version)
Initializes a new instance of the MembershipCreateUserException class.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
| 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(SerializationInfo, StreamingContext) | Initializes a new instance of the MembershipCreateUserException class with the supplied serialization information and context. |
![]() | MembershipCreateUserException(String) | Initializes a new instance of the MembershipCreateUserException class and sets the Message property to the supplied message parameter value |
![]() | 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:

