CommonException Class
CommonException Class
CommonException is the exception class used throughout the FChoice.Common and FChoice.Common.Data namespaces. It provides localized error messages with unique error identifiers.
Syntax
'Declaration
<SerializableAttribute()>
Public Class CommonException
Inherits FCExceptionBase
[SerializableAttribute()]
public class CommonException : FCExceptionBase
Remarks
This exception is thrown whenever the FChoice.Common classes encounter problems. They should generally be rare and are usually related to invalid configuration settings or some type of major error from which .NET or First Choice products cannot recover.
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
FChoice.Common.FCExceptionBase
FChoice.Common.CommonException
FChoice.Common.FCArgumentException
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)