Compartilhar via


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

Consulte também

Referência

PropertyChangingEventArgs Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project