Teilen über


PropertyMappingExceptionEventArgs(Exception, String, Object) Konstruktor

Definition

Initialisiert eine neue Instanz der PropertyMappingExceptionEventArgs-Klasse.

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)

Parameter

exception
Exception

Die auszulösende Exception.

propertyName
String

Der Name der Eigenschaft, die dem Eigenschaftenzuordnungsfehler zugeordnet ist.

propertyValue
Object

Der Wert der Eigenschaft, die dem Eigenschaftenzuordnungsfehler zugeordnet ist.

Ausnahmen

exception ist null, propertyName ist null oder verweist auf eine leere Zeichenfolge.

Gilt für:

Weitere Informationen