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

Der Exception zu hebende.

propertyName
String

Der Name der Eigenschaft, die dem Eigenschaftszuordnungsfehler zugeordnet ist.

propertyValue
Object

Der Wert der Eigenschaft, die dem Eigenschaftszuordnungsfehler zugeordnet ist.

Ausnahmen

exception is null; propertyName ist null oder bezieht sich auf eine leere Zeichenfolge.

Gilt für:

Weitere Informationen