Discuss this help topic in SecureBlackbox Forum
A human-readable explanation of the fault.
Declaration
[VB.NET]
Property FaultString As String
[Pascal]
property FaultString : XMLString;
[C++]
void get_FaultString(sb_u16string &OutResult);
void get_FaultString(std::wstring &OutResult);
void set_FaultString(const sb_u16string &Value);
void set_FaultString(const std::wstring &Value);
[PHP]
string get_FaultString()
void set_FaultString(string $Value)
[Java]
String getFaultString();
void setFaultString(String Value);
Description
This property contains the human-readable description of the error.
Discuss this help topic in SecureBlackbox Forum