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
message
Type: System.StringThe message string.
exceptionHelper
Type: Microsoft.BusinessData.Infrastructure.IExceptionHelperThe exception helper that assists with localization.