CryptoSys PKI Toolkit Manual
General.LastError Method
Retrieves the last error message set by the toolkit.
Syntax
[C#]
public static string LastError()
[VB.NET]
Public Shared Function LastError As String
Return Value
Final error message from last call (may be empty)
See Also
VB6/C equivalent: PKI_LastError
[Contents] [Index]