InvalidMetadataPropertyException コンストラクター (String, String, String, Type, IExceptionHelper)
新しいメッセージ、プロパティ名が無効な場合、メタデータのオブジェクト名、メタデータ オブジェクトの種類では、例外ヘルパーとクラスのインスタンスを作成します。
名前空間: Microsoft.BusinessData.MetadataModel
アセンブリ: Microsoft.BusinessData (Microsoft.BusinessData.dll 内)
構文
'宣言
Public Sub New ( _
message As String, _
invalidPropertyName As String, _
metadataObjectName As String, _
metadataObjectType As Type, _
exh As IExceptionHelper _
)
'使用
Dim message As String
Dim invalidPropertyName As String
Dim metadataObjectName As String
Dim metadataObjectType As Type
Dim exh As IExceptionHelper
Dim instance As New InvalidMetadataPropertyException(message, _
invalidPropertyName, metadataObjectName, _
metadataObjectType, exh)
public InvalidMetadataPropertyException(
string message,
string invalidPropertyName,
string metadataObjectName,
Type metadataObjectType,
IExceptionHelper exh
)
パラメーター
message
型: System.Stringメッセージの文字列。
invalidPropertyName
型: System.Stringプロパティ名が無効です。
metadataObjectName
型: System.Stringメタデータ オブジェクトの名前。
metadataObjectType
型: System.Typeメタデータ オブジェクトの種類。
exh
型: Microsoft.BusinessData.Infrastructure.IExceptionHelper例外ヘルパー ローカライズで行うを支援します。
関連項目
参照先
InvalidMetadataPropertyException クラス
InvalidMetadataPropertyException メンバー