Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ msg As String _ ) |
C# |
---|
public InternalException( string msg ) |
Visual C++ |
---|
public: InternalException( String^ msg ) |
JavaScript |
---|
Cryptware.NCryptoki.InternalException = function(msg); |
Parameters
- msg
- Type: System..::..String