Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandler.ErrorText

TElMessagePartHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This read-only property returns error or warning text after activation of message part handler.

Declaration

[C#]
    string ErrorText;

[VB.NET]
    Property ErrorText As String

[Pascal]
    property ErrorText : TWideString;

[C++]
    void get_ErrorText(sb_u16string &OutResult);
    void get_ErrorText(std::wstring &OutResult);

[PHP]
    string get_ErrorText()

[Java]
    String getErrorText();

Description

    Use this method when you need to get information about error or warning that happened during parsing or assembly.

See also:     IsError     ResultCode     SetError    

Discuss this help topic in SecureBlackbox Forum