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
或引用了空字符串。