ComponentTray.DisplayError(Exception) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
向使用者顯示錯誤訊息,訊息中會有指定的例外狀況的相關資訊。
protected:
void DisplayError(Exception ^ e);
protected void DisplayError (Exception e);
member this.DisplayError : Exception -> unit
Protected Sub DisplayError (e As Exception)
參數
要顯示其資訊的例外狀況。