Gets the error string related to the given error number.
Namespace:
Cryptware.NDigitSign
Assembly:
NDigitSign (in NDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetErrorString ( _
nErr As Integer _
) As String |
C# |
---|
public static string GetErrorString(
int nErr
) |
Visual C++ |
---|
public:
static String^ GetErrorString(
int nErr
) |
JavaScript |
---|
Cryptware.NDigitSign.DigitalSignatureException.getErrorString = function(nErr); |
Parameters
- nErr
- Type: System..::..Int32
The error number
Return Value
See Also