Compartilhar via


Método PropertyValue.OnPropertyValueException

Raises the PropertyValueException event.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

e is nulluma referência nula (Nothing no Visual Basic).

Comentários

Esse método é chamado pelo get e definir métodos de Value e StringValue Propriedades quando CatchExceptions é true.

Segurança do .NET Framework

Consulte também

Referência

PropertyValue Classe

Namespace Microsoft.Windows.Design.PropertyEditing

PropertyEntry

PropertyValueEditor

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura