fcSDK Documentation
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 2003 family

See Also

Reference

ToolkitResult Class
ToolkitResult Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.