Nyelv

PropertyMappingExceptionEventArgs(Exception, String, Object) Konstruktor

Definíció

Inicializálja a PropertyMappingExceptionEventArgs osztály új példányát.

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)

Paraméterek

exception
Exception

A Exception felhozandó.

propertyName
String

A tulajdonságleképezési hibához társított tulajdonság neve.

propertyValue
Object

A tulajdonságleképezési hibához társított tulajdonság értéke.

Kivételek

exception az null; propertyNamenull egy üres sztring.

A következőre érvényes:

Lásd még