PropertyChangedEventArgs.Exception 属性

获取或设置在由功能执行属性更改时发生的异常。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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)

属性值

类型:System.Exception

.NET Framework 安全性

请参见

参考

PropertyChangedEventArgs 类

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空间