PropertyMappingExceptionEventArgs(Exception, String, Object) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- propertyName
- String
プロパティの割り当てエラーに関連付けられているプロパティの名前。
- propertyValue
- Object
プロパティの割り当てエラーに関連付けられているプロパティの値。
例外
exception
が null
です。propertyName
が null
であるか、空の文字列を参照しています。