ExceededMetadataObjectLimitException コンストラクター (Type, Int32, IExceptionHelper)
メタデータ オブジェクト .NET Framework 型を使用してクラスと数値の制限を超えたの新しいインスタンスを初期化します。
名前空間: Microsoft.BusinessData.MetadataModel
アセンブリ: Microsoft.BusinessData (Microsoft.BusinessData.dll 内)
構文
'宣言
Public Sub New ( _
metadataObjectType As Type, _
limit As Integer, _
exh As IExceptionHelper _
)
'使用
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
)
パラメーター
metadataObjectType
型: System.Type制限違反に関連するメタデータ オブジェクトの種類。
limit
型: System.Int32制限の数値を指定します。
exh
型: Microsoft.BusinessData.Infrastructure.IExceptionHelperエラー メッセージのローカライズで行うを支援する例外ヘルパーします。
関連項目
参照先
ExceededMetadataObjectLimitException クラス
ExceededMetadataObjectLimitException メンバー