FCFL.NET Common Library - API Reference
FCExceptionBase Class
Members 

FCExceptionBase is the base exception from which all other First Choice exception classes derive. It provides pluggable error message strings which allows for easy runtime customization and localization of error messages.
Syntax
'Declaration
 
<SerializableAttribute()>
Public MustInherit Class FCExceptionBase 
   Inherits System.ApplicationException
[SerializableAttribute()]
public abstract class FCExceptionBase : System.ApplicationException 
Remarks

 

Notes to implementors

 


IMPORTANT: It is important to note that even if you override GetErrorMessageFormat, if a custom message provider is set using SetMessageProvider, the custom message provider will be used before your override of GetErrorMessageFormat. If the custom message provider is unable to load a message, GetErrorMessageFormat will be called next.


Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         FChoice.Common.FCExceptionBase
            FChoice.Common.CommonException
            FChoice.Common.FCInvalidConfigurationException
            FChoice.Common.FCLicenseException
            FChoice.Common.InvalidLoggingConfigException
            FChoice.Common.State.StateManagerException
            FChoice.Foundation.Clarify.ClarifyException
            FChoice.Foundation.Clarify.Compatibility.CompatibilityException
            FChoice.Foundation.Clarify.Workflow.WorkflowException
            FChoice.Foundation.FoundationException

Requirements

Namespace: FChoice.Common

Platforms: Windows XP, Windows Server 2003 and 2008 family

Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)

See Also

Reference

FCExceptionBase Members
FChoice.Common Namespace

 

 


© 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.