Discuss this help topic in SecureBlackbox Forum
Specifies the error code.
Declaration
[VB.NET]
Property Error As String
[Pascal]
property Error : string;
[C++]
void get_Error(std::string &OutResult);
[Java]
String getError();
Description
Use this property to get the textual representation of the error.
Discuss this help topic in SecureBlackbox Forum