Cryptware

Smart Card related Exception

Namespace:  Cryptware.NSCAPI
Assembly:  NSCAPI (in NSCAPI.dll)

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
<GuidAttribute("53CDF330-1627-4cf3-934C-F9AA95F2C04C")> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
Public Class PCSCException _
	Inherits Exception
C#
[ComVisibleAttribute(true)]
[GuidAttribute("53CDF330-1627-4cf3-934C-F9AA95F2C04C")]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
public class PCSCException : Exception
Visual C++
[ComVisibleAttribute(true)]
[GuidAttribute(L"53CDF330-1627-4cf3-934C-F9AA95F2C04C")]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
public ref class PCSCException : public Exception
JavaScript
Cryptware.NSCAPI.PCSCException = function();

Type.createClass(
	'Cryptware.NSCAPI.PCSCException',
	Exception);

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Cryptware.NSCAPI..::.PCSCException

See Also