Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Déclenche l'événement PropertyValueException.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnPropertyValueException ( _
e As PropertyValueExceptionEventArgs _
)
protected virtual void OnPropertyValueException(
PropertyValueExceptionEventArgs e
)
protected:
virtual void OnPropertyValueException(
PropertyValueExceptionEventArgs^ e
)
abstract OnPropertyValueException :
e:PropertyValueExceptionEventArgs -> unit
override OnPropertyValueException :
e:PropertyValueExceptionEventArgs -> unit
protected function OnPropertyValueException(
e : PropertyValueExceptionEventArgs
)
Paramètres
- e
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs
Données de l'événement.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | e est nullune référence null (Nothing en Visual Basic). |
Notes
Cette méthode est appelée par les méthodes Get et Set des propriétés Value et StringValue lorsque CatchExceptions a la valeur true.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms