Show / Hide Table of Contents

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 family

Reference

FCExceptionBase Class
FCExceptionBase Members

Back to top © 2022 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.