BasicDesignerLoader.ReportFlushErrors(ICollection) メソッド

定義

変更のフラッシュ中に発生したエラーを報告します。

protected:
 virtual void ReportFlushErrors(System::Collections::ICollection ^ errors);
protected virtual void ReportFlushErrors(System.Collections.ICollection errors);
abstract member ReportFlushErrors : System.Collections.ICollection -> unit
override this.ReportFlushErrors : System.Collections.ICollection -> unit
Protected Overridable Sub ReportFlushErrors (errors As ICollection)

パラメーター

errors
ICollection

エラー オブジェクト (通常は例外) を含む ICollection

例外

変更のフラッシュ中に 1 つ以上のエラーが発生しました。

注釈

ReportFlushErrors メソッドは、変更のフラッシュ中に 1 つ以上のエラーが発生した場合、Flush中に呼び出されます。 errors コレクション内の値には、例外や、エラーを説明するToString値を持つオブジェクトを指定できます。 ReportFlushErrorsの既定の実装では、コレクション内の最後の例外が発生します。

適用対象