次の方法で共有


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 であるか、空の文字列を参照しています。

適用対象

こちらもご覧ください