This documentation is archived and is not being maintained.
MembershipPasswordException Constructor
Visual Studio 2008
Initializes a new instance of the MembershipPasswordException 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 | |
|---|---|---|
|
MembershipPasswordException() | Initializes a new instance of the MembershipPasswordException class. |
|
MembershipPasswordException(String) | Initializes a new instance of the MembershipPasswordException class and sets the Message property to the supplied message. |
|
MembershipPasswordException(SerializationInfo, StreamingContext) | Initializes a new instance of the MembershipPasswordException class with the supplied serialization information and context. |
|
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: