次の方法で共有


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

新しいメッセージを内部例外、プロパティ名が無効な場合、メタデータのオブジェクト名、メタデータ オブジェクトの種類では、例外ヘルパーとクラスのインスタンスを作成します。

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

構文

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

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

パラメーター

  • invalidPropertyName
    型: System.String

    プロパティ名が無効です。

  • metadataObjectName
    型: System.String

    メタデータ オブジェクトの名前。

  • metadataObjectType
    型: System.Type

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

関連項目

参照先

InvalidMetadataPropertyException クラス

InvalidMetadataPropertyException メンバー

InvalidMetadataPropertyException オーバーロード

Microsoft.BusinessData.MetadataModel 名前空間