Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.OperationErrorHandling

TElSimpleSFTPClient     


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


Specifies how the operation errors will be handled.

Declaration

[C#]
    TSBOperationErrorHandling OperationErrorHandling;

[VB.NET]
    Property OperationErrorHandling As TSBOperationErrorHandling

[Pascal]
    property OperationErrorHandling : TSBOperationErrorHandling;

[C++]
    TSBOperationErrorHandling get_OperationErrorHandling();
    void set_OperationErrorHandling(TSBOperationErrorHandling Value);

[PHP]
    integer get_OperationErrorHandling()
    void set_OperationErrorHandling(integer $Value)

[Java]
    TSBOperationErrorHandling getOperationErrorHandling();
    void setOperationErrorHandling(TSBOperationErrorHandling Value);

Values:

Description

    Use this property to specify how the operation errors will be handled.

Discuss this help topic in SecureBlackbox Forum