MetadataObjectNotFoundException constructor (String)

Initializes a new instance of the class with a specified error message.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

Dim instance As New MetadataObjectNotFoundException(message)
public MetadataObjectNotFoundException(
    string message
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

See also

Reference

MetadataObjectNotFoundException class

MetadataObjectNotFoundException members

MetadataObjectNotFoundException overload

Microsoft.SharePoint.BusinessData.Administration namespace