PropertyMappingExceptionEventArgs(Exception, String, Object) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy 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)
Parametry
- propertyName
- String
Nazwa właściwości skojarzonej z błędem mapowania właściwości.
- propertyValue
- Object
Wartość właściwości skojarzonej z błędem mapowania właściwości.
Wyjątki
exception
is null
; propertyName
jest null
lub odwołuje się do pustego ciągu.