Discuss this help topic in SecureBlackbox Forum

TElMessageProcessor.ErrorInfo

TElMessageProcessor     


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


Provides additional information about the error occured while data processing.

Declaration

[C#]
    string ErrorInfo;

[VB.NET]
    Property ErrorInfo As String

[Pascal]
    property ErrorInfo : string;

[C++]
    void get_ErrorInfo(std::string &OutResult);

[PHP]
    string get_ErrorInfo()

[Java]
    String getErrorInfo();

Description

    Use this read-only property to get additional details about the error occured during data processing.

Discuss this help topic in SecureBlackbox Forum