BdcException Constructor (String, Exception, IExceptionHelper)
Constructs a new instance of the class by using a message, the inner exception, and an exception helper.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception, _
exceptionHelper As IExceptionHelper _
)
'Usage
Dim message As String
Dim inner As Exception
Dim exceptionHelper As IExceptionHelper
Dim instance As New BdcException(message, _
inner, exceptionHelper)
public BdcException(
string message,
Exception inner,
IExceptionHelper exceptionHelper
)
Parameters
message
Type: System.StringThe message string.
inner
Type: System.ExceptionThe inner exception that caused this exception.
exceptionHelper
Type: Microsoft.BusinessData.Infrastructure.IExceptionHelperThe exception helper that assists with localization.