次の方法で共有


ExceededMetadataObjectLimitException コンストラクター (String, Exception, Type, Int32, IExceptionHelper)

指定されたエラー メッセージを使用してクラス、この例外、メタデータ オブジェクト .NET Framework 型、および、数値の制限を超えたの原因となった内部例外への参照の新しいインスタンスを初期化します。

名前空間:  Microsoft.BusinessData.MetadataModel
アセンブリ:  Microsoft.BusinessData (Microsoft.BusinessData.dll 内)

構文

'宣言
Public Sub New ( _
    message As String, _
    inner As Exception, _
    metadataObjectType As Type, _
    limit As Integer, _
    exh As IExceptionHelper _
)
'使用
Dim message As String
Dim inner As Exception
Dim metadataObjectType As Type
Dim limit As Integer
Dim exh As IExceptionHelper

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

パラメーター

  • message
    型: System.String

    エラーを説明するメッセージ。

  • inner
    型: System.Exception

    現在の例外の原因である、例外です。

  • metadataObjectType
    型: System.Type

    制限違反に関連するメタデータ オブジェクトの種類。

  • limit
    型: System.Int32

    制限の数値を指定します。

関連項目

参照先

ExceededMetadataObjectLimitException クラス

ExceededMetadataObjectLimitException メンバー

ExceededMetadataObjectLimitException オーバーロード

Microsoft.BusinessData.MetadataModel 名前空間