BdcException.ExceptionHelper Property

Gets the exception helper that assists with localization.

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

Syntax

'Declaration
Public Overridable Property ExceptionHelper As IExceptionHelper
    Get
    Set
'Usage
Dim instance As BdcException
Dim value As IExceptionHelper

value = instance.ExceptionHelper

instance.ExceptionHelper = value
public virtual IExceptionHelper ExceptionHelper { get; set; }

Property Value

Type: Microsoft.BusinessData.Infrastructure.IExceptionHelper
The exception helper.

See Also

Reference

BdcException Class

BdcException Members

Microsoft.BusinessData.Infrastructure Namespace