SecurityServices for .NET 2.0 Documentation

SmartcardException Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SmartcardException class.

Overload List

Initializes a new instance of the SmartcardException class.

public SmartcardException();

Initializes a new instance of the Exception class with serialized data.

protected SmartcardException(SerializationInfo,StreamingContext);

Initializes a new instance of the SmartcardException class with its message string set to message and its inner exception set to a null reference (Nothing in Visual Basic).

public SmartcardException(String);

Initializes a new instance of the SmartcardException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public SmartcardException(String,Exception);

Initializes a new instance of the SmartcardException class with its message string set to message and its inner exception set to a null reference (Nothing in Visual Basic).

public SmartcardException(String,Int32);

See Also

SmartcardException Class | Org.Mentalis.SecurityServices.Smartcard Namespace