MembershipPasswordException Constructor

 

Initializes a new instance of the MembershipPasswordException class.

Namespace:   System.Web.Security
Assembly:  System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)

NameDescription
System_CAPS_pubmethodMembershipPasswordException()

Initializes a new instance of the MembershipPasswordException class.

System_CAPS_protmethodMembershipPasswordException(SerializationInfo, StreamingContext)

Initializes a new instance of the MembershipPasswordException class with the supplied serialization information and context.

System_CAPS_pubmethodMembershipPasswordException(String)

Initializes a new instance of the MembershipPasswordException class and sets the Message property to the supplied message.

System_CAPS_pubmethodMembershipPasswordException(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.

Return to top
Show: