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

適用於