ReturnCode Property
Return code of the API call.
Syntax
'Declaration
Public Property ReturnCode As Short
public short ReturnCode {get; set;}
Property Value
Will usually be zero or a negative number representing an error condition.
Remarks
This property is provided primarily for compatibility with previous Toolkit coding practices that do not use structured error handling.
This value will always be zero unless an error occurred. However, if the application is using FCFL.Net Compatibility with Session.ThrowErrors set to false a non-zero result can occur. Note: It is recommended that you do not set ThrowErrors to false and use structured error handling via try/catch statements.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family