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

与属性映射错误关联的属性的值。

例外

exception为 ;nullpropertyNamenull或引用空字符串。

适用于

另请参阅