ExceptionSubType Enumeration
Defines specific types of smart card exceptions.
Namespace: Microsoft.Clm.Shared.ClmSmartcardException
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)
Usage
'Usage
Dim instance As ExceptionSubType
Syntax
'Declaration
Public Enumeration ExceptionSubType
public enum ExceptionSubType
public enum class ExceptionSubType
public enum ExceptionSubType
public enum ExceptionSubType
Members
Member name | Description |
---|---|
ClientError | A smart card client error has occurred. |
ConfigurationError | A smart card configuration error has occurred. |
DecodingError | A smart card decoding error has occurred. |
DecryptionError | A smart card decryption error has occurred. |
EncodingError | A smart card encoding error has occurred. |
EncryptionError | A smart card encryption error has occurred. |
GenericError | A generic smart card error has occurred. |
NoError | No error has occurred. |
ProcessingError | A smart card processing error has occurred. |
TokenCreationError | An error occurred while attempting to create a smart card token. |
ValidationError | A smart card validation error has occurred. |
Platforms
Development Platforms
Windows 2008 x64 Edition
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Server 2003 Enterprise/Data Center Edition SP1, Windows XP SP2, Windows Server 2003 SP1, Windows 2008 x64 Edition, Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2
See Also
Reference
Microsoft.Clm.Shared.ClmSmartcardException Namespace