Discuss this help topic in SecureBlackbox Forum
Contains message error code.
Declaration
[VB.NET]
Property Code As Integer
[Pascal]
property Code: integer;
[C++]
int32_t get_Code();
void set_Code(int32_t Value);
[PHP]
integer get_Code()
void set_Code(integer $Value)
Possible error codes:
Description
Use this property to specify message error code.
Discuss this help topic in SecureBlackbox Forum