BdcException Constructor (IExceptionHelper)
Constructs a new instance of the class with an exception helper.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
exceptionHelper As IExceptionHelper _
)
'Usage
Dim exceptionHelper As IExceptionHelper
Dim instance As New BdcException(exceptionHelper)
public BdcException(
IExceptionHelper exceptionHelper
)
Parameters
exceptionHelper
Type: Microsoft.BusinessData.Infrastructure.IExceptionHelperThe exception helper that assists with localization.