Propriedade PropertyValueExceptionEventArgs.Exception
Obtém a exceção contida.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public ReadOnly Property Exception As Exception
Get
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception
Valor de propriedade
Tipo: System.Exception
Um Exception ou seja o continha exceção.
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
PropertyValueExceptionEventArgs Classe
Namespace Microsoft.Windows.Design.PropertyEditing