ExceededMetadataObjectLimitException Constructor (String, Type, Int32, IExceptionHelper)

Initializes a new instance of the class with a specified error message, the metadata object .NET Framework Type, and the numerical limit that was exceeded.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

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

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

Parameters

  • message
    Type: System.String

    The message that describes the error.

  • 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.BusinessData.MetadataModel Namespace