Share via


InvalidMetadataPropertyException constructor (String, Exception)

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

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

Parameters

See also

Reference

InvalidMetadataPropertyException class

InvalidMetadataPropertyException members

InvalidMetadataPropertyException overload

Microsoft.SharePoint.BusinessData.Administration namespace