MembershipPasswordException.MembershipPasswordException(SerializationInfo, StreamingContext) Constructor
.NET Framework 3.0
Initializes a new instance of the MembershipPasswordException class with the supplied serialization information and context.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected MembershipPasswordException ( SerializationInfo info, StreamingContext context )
protected function MembershipPasswordException ( info : SerializationInfo, context : StreamingContext )
Not applicable.
Parameters
- info
The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
The StreamingContext that contains contextual information about the source or destination.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Community Additions
ADD
Show: