CollectionEditor.CollectionForm.DisplayError(Exception) メソッド

定義

指定した例外をユーザーに対して表示します。

protected:
 virtual void DisplayError(Exception ^ e);
protected virtual void DisplayError (Exception e);
abstract member DisplayError : Exception -> unit
override this.DisplayError : Exception -> unit
Protected Overridable Sub DisplayError (e As Exception)

パラメーター

e
Exception

表示する例外。

適用対象