Initializes a new instance of the DigitalSignatureException class.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	errorCode As Integer _
)
C#
public DigitalSignatureException(
	int errorCode
)
Visual C++
public:
DigitalSignatureException(
	int errorCode
)
JavaScript
Cryptware.NDigitSign.DigitalSignatureException = function(errorCode);

Parameters

errorCode
Type: System..::..Int32
The error code

See Also