Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.