Share via


MetadataException Constructor (String, Exception, Type)

Initializes a new instance of the class with a message, the inner exception, and the metadataObjectType object.

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, _
    metadataObjectType As Type _
)
'Usage
Dim message As String
Dim inner As Exception
Dim metadataObjectType As Type

Dim instance As New MetadataException(message, _
    inner, metadataObjectType)
public MetadataException(
    string message,
    Exception inner,
    Type metadataObjectType
)

Parameters

  • metadataObjectType
    Type: System.Type

    The metadata object type.

See Also

Reference

MetadataException Class

MetadataException Members

MetadataException Overload

Microsoft.SharePoint.BusinessData.Administration.Client Namespace