Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandler.IsError

TElMessagePartHandler     See also     


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


This read-only property indicates if error occurred during handler operation.

Declaration

[C#]
    bool IsError;

[VB.NET]
    Property IsError As Boolean

[Pascal]
    property IsError : Boolean;

[C++]
    bool get_IsError();

[PHP]
    bool get_IsError()

[Java]
    boolean getIsError();

Description

    IsError allows to find out if error occurred.

See also:     ErrorText     ResultCode     SetError    

Discuss this help topic in SecureBlackbox Forum