Discuss this help topic in SecureBlackbox Forum
Specifies the error code.
Declaration
[VB.NET]
Property FaultCode As String
[Pascal]
property FaultCode : XMLString;
[C++]
void get_FaultCode(sb_u16string &OutResult);
void get_FaultCode(std::wstring &OutResult);
[PHP]
string get_FaultCode()
[Java]
String getFaultCode();
Description
This property specifies the error code.
Discuss this help topic in SecureBlackbox Forum