ClmSmartcardException.SubType Property
Gets the specific type of smart card exception that occurred.
Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Syntax
'Declaration
Public ReadOnly Property SubType As ExceptionSubType
'Usage
Dim instance As ClmSmartcardException
Dim value As ExceptionSubType
value = instance.SubType
public ExceptionSubType SubType { get; }
public:
property ExceptionSubType SubType {
ExceptionSubType get ();
}
/** @property */
public ExceptionSubType get_SubType ()
public function get SubType () : ExceptionSubType
Property Value
An ClmSmartcardException.ExceptionSubType value that indicates the specific type of smart card exception that occurred.
Platforms
Windows XP SP2, Windows Server 2003 SP1
See Also
Reference
ClmSmartcardException Class
ClmSmartcardException Members
Microsoft.Clm.Shared Namespace
ClmSmartcardException.ExceptionSubType
.gif)
Send comments about this topic to Microsoft.
© 2007 Microsoft Corporation. All rights reserved.