Condividi tramite


PropertyMappingExceptionEventArgs Classe

Definizione

Fornisce i dati per l'evento PropertyMappingError.

public ref class PropertyMappingExceptionEventArgs : System::Windows::Forms::Integration::IntegrationExceptionEventArgs
public class PropertyMappingExceptionEventArgs : System.Windows.Forms.Integration.IntegrationExceptionEventArgs
type PropertyMappingExceptionEventArgs = class
    inherit IntegrationExceptionEventArgs
Public Class PropertyMappingExceptionEventArgs
Inherits IntegrationExceptionEventArgs
Ereditarietà
PropertyMappingExceptionEventArgs

Commenti

Nel gestore eventi impostare il valore della ThrowException proprietà su true per indicare che deve essere generata l'eccezione.

Costruttori

Nome Descrizione
PropertyMappingExceptionEventArgs(Exception, String, Object)

Inizializza una nuova istanza della classe PropertyMappingExceptionEventArgs.

Proprietà

Nome Descrizione
Exception

Ottiene l'oggetto associato all'oggetto ExceptionIntegrationExceptionEventArgs.

(Ereditato da IntegrationExceptionEventArgs)
PropertyName

Ottiene il nome della proprietà associata all'errore di mapping delle proprietà.

PropertyValue

Ottiene il valore della proprietà associata all'errore di mapping delle proprietà.

ThrowException

Ottiene o imposta un valore che indica se generare l'oggetto Exception specificato dalla Exception proprietà .

(Ereditato da IntegrationExceptionEventArgs)

Metodi

Nome Descrizione
Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene il Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale del Objectcorrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a

Vedi anche