Discuss this help topic in SecureBlackbox Forum

ESecureBlackboxError.ErrorCode

ESecureBlackboxError     


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


This property contains the error code.

Declaration

[C#]
    int ErrorCode;

[VB.NET]
    Property ErrorCode As Integer

[Pascal]
    property ErrorCode: integer;

[C++]
    not available

[PHP]
    not available

[Java]
    int getErrorCode();

Description

    Use this read-only property to get the error code. See Error Handling section to get information about SecureBlackbox error codes.

Discuss this help topic in SecureBlackbox Forum