BdcException Constructor (String, IExceptionHelper)

Constructs a new instance of the class by using a message and an exception helper.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    exceptionHelper As IExceptionHelper _
)
'Usage
Dim message As String
Dim exceptionHelper As IExceptionHelper

Dim instance As New BdcException(message, _
    exceptionHelper)
public BdcException(
    string message,
    IExceptionHelper exceptionHelper
)

Parameters

See Also

Reference

BdcException Class

BdcException Members

BdcException Overload

Microsoft.BusinessData.Infrastructure Namespace