MembershipPasswordException Constructor
.NET Framework (current version)
Initializes a new instance of the MembershipPasswordException class.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
| Name | Description | |
|---|---|---|
![]() | MembershipPasswordException() | Initializes a new instance of the MembershipPasswordException class. |
![]() | MembershipPasswordException(SerializationInfo^, StreamingContext) | Initializes a new instance of the MembershipPasswordException class with the supplied serialization information and context. |
![]() | MembershipPasswordException(String^) | Initializes a new instance of the MembershipPasswordException class and sets the Message property to the supplied message. |
![]() | MembershipPasswordException(String^, Exception^) | Initializes a new instance of the MembershipPasswordException class and sets the Message property to the supplied message and the InnerException property to the supplied innerException. |
Show:

