SecurityServices for .NET 2.0 Documentation

SmartcardException Constructor (String, Int32)

[This is preliminary documentation and subject to change.]

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 message,
   Int32 error
);

Parameters

String
A String that describes the error. The content of message is intended to be understood by humans.
Int32
The error code of the exception.

See Also

SmartcardException Class | Org.Mentalis.SecurityServices.Smartcard Namespace | SmartcardException Constructor Overload List