MembershipCreateUserException.GetObjectData Method
.NET Framework 3.0
Populates a SerializationInfo with the data needed to serialize the target object.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overrides Sub GetObjectData ( _ info As SerializationInfo, _ context As StreamingContext _ ) 'Usage Dim instance As MembershipCreateUserException Dim info As SerializationInfo Dim context As StreamingContext instance.GetObjectData(info, context)
public void GetObjectData ( SerializationInfo info, StreamingContext context )
public override function GetObjectData ( info : SerializationInfo, context : StreamingContext )
Not applicable.
Parameters
- info
The SerializationInfo to populate with data.
- context
A StreamingContext that specifies the destination for this serialization.
- SecurityPermissionAttribute for accessing serialization services. Demand value: Demand.
Community Additions
ADD
Show: