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

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

例外

exceptionnullpropertyNamenull 或引用了空字符串。

适用于

另请参阅