'Declaration
<SerializableAttribute()> Public MustInherit Class FCExceptionBase Inherits System.ApplicationException
[SerializableAttribute()] public abstract class FCExceptionBase : System.ApplicationException
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.
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
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)