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.
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.