MetadataObjectNotFoundException Constructor (String, Exception)

Constructs a new instance of the class with a message and the inner exception.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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 MetadataObjectNotFoundException(message, _
    inner)
public MetadataObjectNotFoundException(
    string message,
    Exception inner
)

Parameters

See Also

Reference

MetadataObjectNotFoundException Class

MetadataObjectNotFoundException Members

MetadataObjectNotFoundException Overload

Microsoft.SharePoint.BusinessData.Administration.Client Namespace