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
- e
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs
Os dados para o evento.
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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.PropertyEditing