Discuss this help topic in SecureBlackbox Forum
Specifies who caused the fault.
Declaration
[VB.NET]
Property FaultActor As String
[Pascal]
property FaultActor : XMLString;
[C++]
void get_FaultActor(sb_u16string &OutResult);
void get_FaultActor(std::wstring &OutResult);
[PHP]
string get_FaultActor()
[Java]
String getFaultActor();
Description
This property indicates the source of the fault.
Discuss this help topic in SecureBlackbox Forum