Sdílet prostřednictvím


PropertyMappingExceptionEventArgs(Exception, String, Object) Konstruktor

Definice

Inicializuje novou instanci PropertyMappingExceptionEventArgs třídy.

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)

Parametry

exception
Exception

To Exception je k chytnutí.

propertyName
String

Název vlastnosti přidružené k chybě mapování vlastností.

propertyValue
Object

Hodnota vlastnosti přidružené k chybě mapování vlastností.

Výjimky

exceptionje ; propertyName je null nullnebo odkazuje na prázdný řetězec.

Platí pro

Viz také