FCFL.NET Common Library - API Reference
ErrorCode Property

Gets the unique error code for this exception.
Syntax
'Declaration
 
Public ReadOnly Property ErrorCode As Integer
public int ErrorCode {get;}

Property Value

A unique integer that identifies this exception instance.
Remarks

Note to implementors:

  • It is recommended that you use unique error numbers every time you throw an exception based on FCExceptionBase. You should choose a range of error numbers and stay consistent in using them.
  • First Choice has reserved error numbers 0 to 1,073,741,824 (0x4000000 hex). Customers should use positive numbers above this range. An easy way to assure this is to always OR your error numbers with 0x4000000.

  • 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

    FCExceptionBase Class
    FCExceptionBase 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.