Udostępnij za pośrednictwem


PropertyMappingExceptionEventArgs(Exception, String, Object) Konstruktor

Definicja

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

exception
Exception

To Exception podnieść.

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.

Dotyczy

Zobacz też