Propriedade PropertyChangingEventArgs.Exception
Obtém ou define a exceção que foi gerada quando a alteração da propriedade foi tratada por um recurso.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Public Property Exception As Exception
Get
Friend Set
public Exception Exception { get; internal set; }
public:
property Exception^ Exception {
Exception^ get ();
internal: void set (Exception^ value);
}
member Exception : Exception with get, internal set
function get Exception () : Exception
internal function set Exception (value : Exception)
Valor de propriedade
Tipo: System.Exception
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
PropertyChangingEventArgs Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project