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, _
	message As String _
)
C#
public DigitalSignatureException(
	int errorCode,
	string message
)
Visual C++
public:
DigitalSignatureException(
	int errorCode, 
	String^ message
)
JavaScript
Cryptware.NDigitSign.DigitalSignatureException = function(errorCode, message);

Parameters

errorCode
Type: System..::..Int32
The error codeThe message
message
Type: System..::..String

See Also