SecurityServices for .NET 2.0 Documentation

SmartcardException.GetObjectData Method 

[This is preliminary documentation and subject to change.]

When overridden in a derived class, sets the SerializationInfo with information about the exception.

public override void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);

Parameters

SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
StreamingContext
The StreamingContext that contains contextual information about the source or destination.

Implements

ISerializable.

Exceptions

Exception Type Condition
ArgumentNullException The info parameter is a null reference.

See Also

SmartcardException Class | Org.Mentalis.SecurityServices.Smartcard Namespace