次の方法で共有


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

新しいメッセージを内部例外、 metadataObjectTypeオブジェクト、および例外ヘルパーを使用してクラスを指定します。

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

構文

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

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

パラメーター

  • metadataObjectType
    型: System.Type

    メタデータ オブジェクトの種類。

関連項目

参照先

MetadataException クラス

MetadataException メンバー

MetadataException オーバーロード

Microsoft.BusinessData.MetadataModel 名前空間