Costruttore PropertyValueExceptionEventArgs
Inizializza una nuova istanza della classe PropertyValueExceptionEventArgs.
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String, _
value As PropertyValue, _
source As PropertyValueExceptionSource, _
exception As Exception _
)
public PropertyValueExceptionEventArgs(
string message,
PropertyValue value,
PropertyValueExceptionSource source,
Exception exception
)
public:
PropertyValueExceptionEventArgs(
String^ message,
PropertyValue^ value,
PropertyValueExceptionSource source,
Exception^ exception
)
new :
message:string *
value:PropertyValue *
source:PropertyValueExceptionSource *
exception:Exception -> PropertyValueExceptionEventArgs
public function PropertyValueExceptionEventArgs(
message : String,
value : PropertyValue,
source : PropertyValueExceptionSource,
exception : Exception
)
Parametri
- message
Tipo: System.String
Messaggio che indica le operazioni non eseguite correttamente.
- value
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
Oggetto PropertyValue per cui si è verificata l'eccezione.
- source
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource
Origine che ha generato questa eccezione (get o set).
- exception
Tipo: System.Exception
Eccezione interna.
Eccezioni
Eccezione | Condizione |
---|---|
ArgumentNullException | message è nullriferimento null (Nothing in Visual Basic). |
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
PropertyValueExceptionEventArgs Classe
Spazio dei nomi Microsoft.Windows.Design.PropertyEditing