Share via


ExceededMetadataObjectLimitException constructor (String, Exception, Type, Int32)

Initializes a new instance of the class with a specified error message, a reference to the inner exception that caused this exception, 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 ( _
    message As String, _
    inner As Exception, _
    metadataObjectType As Type, _
    limit As Integer _
)
'Usage
Dim message As String
Dim inner As Exception
Dim metadataObjectType As Type
Dim limit As Integer

Dim instance As New ExceededMetadataObjectLimitException(message, _
    inner, metadataObjectType, limit)
public ExceededMetadataObjectLimitException(
    string message,
    Exception inner,
    Type metadataObjectType,
    int limit
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

  • inner
    Type: System.Exception

    The exception that is the cause of the current exception.

  • 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