IExceptionHelper Interface

Defines methods that assist with localization.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Interface IExceptionHelper _
    Inherits ISerializable
'Usage
Dim instance As IExceptionHelper
public interface IExceptionHelper : ISerializable

Remarks

This interface is used if you want to change the messages logged by exceptions to the system event logs or other traces on the server.

See Also

Reference

IExceptionHelper Members

Microsoft.BusinessData.Infrastructure Namespace