Condividi tramite


PropertyMappingExceptionEventArgs(Exception, String, Object) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

exception
Exception

Oggetto Exception da generare.

propertyName
String

Nome della proprietà associata all'errore del mapping della proprietà.

propertyValue
Object

Nome della proprietà associata all'errore del mapping della proprietà.

Eccezioni

exception è null; propertyName è null o viene riferito a una stringa vuota.

Si applica a

Vedi anche