IErrorMessageProvider Interface
The IErrorMessageProvider is the interface used by FCExceptionBase to allow other assemblies to provide custom error message resolution.
Syntax
'Declaration
Public Interface IErrorMessageProvider
public interface IErrorMessageProvider
Remarks
You can implement your own error message provider to load error message resources from other sources. If you implement this interface and wish to use it, simply call the SetMessageProvider static (Shared in Visual Basic) method on the FCExceptionBase class.
Requirements
Namespace: FChoice.Common
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)