Share via


ExceededMetadataObjectLimitException constructor (Type, Int32)

Initializes a new instance of the class with the metadata object type, and the numerical limit that was exceeded.

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

Syntax

'Declaration
Public Sub New ( _
    metadataObjectType As Type, _
    limit As Integer _
)
'Usage
Dim metadataObjectType As Type
Dim limit As Integer

Dim instance As New ExceededMetadataObjectLimitException(metadataObjectType, _
    limit)
public ExceededMetadataObjectLimitException(
    Type metadataObjectType,
    int limit
)

Parameters

  • metadataObjectType
    Type: System.Type

    The type of metadata object involved in the limit violation.

  • limit
    Type: System.Int32

    The numerical value of the limit.

See also

Reference

ExceededMetadataObjectLimitException class

ExceededMetadataObjectLimitException members

ExceededMetadataObjectLimitException overload

Microsoft.SharePoint.BusinessData.Administration namespace