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

Syntax

Visual Basic (Declaration)
Public Class InternalException _
	Inherits ApplicationException
C#
public class InternalException : ApplicationException
Visual C++
public ref class InternalException : public ApplicationException
JavaScript
Cryptware.NCryptoki.InternalException = function();

Type.createClass(
	'Cryptware.NCryptoki.InternalException',
	ApplicationException);

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      Cryptware.NCryptoki..::..InternalException

See Also