ExceededMetadataObjectLimitException 建構函式 (String, Type, Int32, IExceptionHelper)
初始化新的執行個體指定的錯誤訊息,中繼資料物件.NET Framework 類型,並已經超出的數字限制的課程。
命名空間: Microsoft.BusinessData.MetadataModel
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Sub New ( _
message As String, _
metadataObjectType As Type, _
limit As Integer, _
exh As IExceptionHelper _
)
'用途
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
)
參數
message
類型:System.String描述錯誤訊息。
metadataObjectType
類型:System.Type參與限制違規使用的中繼資料物件的類型。
limit
類型:System.Int32限制的數值。
exh
類型:Microsoft.BusinessData.Infrastructure.IExceptionHelper例外狀況協助人員可已進行本地化的錯誤訊息。
請參閱
參照
ExceededMetadataObjectLimitException 類別
ExceededMetadataObjectLimitException 成員