Bahasa

PropertyMappingExceptionEventArgs(Exception, String, Object) Konstruktor

Definisi

Menginisialisasi instans baru dari kelas 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)

Parameter

exception
Exception

Untuk Exception menaikkan.

propertyName
String

Nama properti yang terkait dengan kesalahan pemetaan properti.

propertyValue
Object

Nilai properti yang terkait dengan kesalahan pemetaan properti.

Pengecualian

exception adalah null; propertyName adalah null atau mengacu pada string kosong.

Berlaku untuk

Lihat juga