MembershipPasswordException.MembershipPasswordException(String, Exception) Constructor
.NET Framework 3.0
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.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public MembershipPasswordException ( String message, Exception innerException )
public function MembershipPasswordException ( message : String, innerException : Exception )
Not applicable.
Parameters
- message
A description of the reason for the exception.
- innerException
The exception that caused the MembershipPasswordException.
Community Additions
ADD
Show: