MembershipPasswordException Constructor
.NET Framework 3.0
Initializes a new instance of the MembershipPasswordException class.
| 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.
|
Community Additions
ADD
Show: