PropertyMappingExceptionEventArgs(Exception, String, Object) コンストラクター

定義

PropertyMappingExceptionEventArgs クラスの新しいインスタンスを初期化します。

public:
 PropertyMappingExceptionEventArgs(Exception ^ exception, System::String ^ propertyName, System::Object ^ propertyValue);
public PropertyMappingExceptionEventArgs(Exception exception, string propertyName, object propertyValue);
new System.Windows.Forms.Integration.PropertyMappingExceptionEventArgs : Exception * string * obj -> System.Windows.Forms.Integration.PropertyMappingExceptionEventArgs
Public Sub New (exception As Exception, propertyName As String, propertyValue As Object)

パラメーター

exception
Exception

発生させる Exception

propertyName
String

プロパティ マッピング エラーに関連付けられているプロパティの名前。

propertyValue
Object

プロパティ マッピング エラーに関連付けられているプロパティの値。

例外

exceptionnull; propertyNamenull されているか、空の文字列を参照しています。

適用対象

こちらもご覧ください