ExceededMetadataObjectLimitException Constructor (Type, Int32, IExceptionHelper)
Initializes a new instance of the class with 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 ( _
metadataObjectType As Type, _
limit As Integer, _
exh As IExceptionHelper _
)
'Usage
Dim metadataObjectType As Type
Dim limit As Integer
Dim exh As IExceptionHelper
Dim instance As New ExceededMetadataObjectLimitException(metadataObjectType, _
limit, exh)
public ExceededMetadataObjectLimitException(
Type metadataObjectType,
int limit,
IExceptionHelper exh
)
Parameters
metadataObjectType
Type: System.TypeThe type of metadata object involved in the limit violation.
limit
Type: System.Int32The numerical value of the limit.
exh
Type: Microsoft.BusinessData.Infrastructure.IExceptionHelperThe exception helper that assists in the localization of the error message.
See Also
Reference
ExceededMetadataObjectLimitException Class
ExceededMetadataObjectLimitException Members