BusinessDataException constructor (String, Exception)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception

Dim instance As New BusinessDataException(message, _
    inner)
public BusinessDataException(
    string message,
    Exception inner
)

Parameters

  • message
    Type: System.String

    This member is reserved for internal use and is not intended to be used directly from your code.

  • inner
    Type: System.Exception

    This member is reserved for internal use and is not intended to be used directly from your code.

See also

Reference

BusinessDataException class

BusinessDataException members

BusinessDataException overload

Microsoft.SharePoint.WebControls namespace