CommandExceptionEventArgs.Exception 属性

获取传递给构造函数的异常。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public ReadOnly Property Exception As Exception
    Get
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

属性值

类型:System.Exception
已传入构造函数的 Exception

.NET Framework 安全性

请参见

参考

CommandExceptionEventArgs 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

WPF 设计器扩展性