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 メンバー