ExceptionMessageBox.InnerException 属性

定义

获取或设置与较低级别消息相关联的 Exception 实例。

public:
 property Exception ^ InnerException { Exception ^ get(); void set(Exception ^ value); };
public Exception InnerException { get; set; }
member this.InnerException : Exception with get, set
Public Property InnerException As Exception

属性值

一个 Exception 对象。

注解

默认值为 null

适用于