Skip to main content

PluginStepReenableException

  • Namespace: PPDS.Migration.Import
  • Assembly: PPDS.Migration
  • Kind: Class
  • Base: Exception
  • Implements: ISerializable

Summary

Aggregated exception thrown when one or more plugin steps fail to re-enable. Preserves per-step failure details so callers can report exactly which steps remain disabled.

Members

Constructors

PluginStepReenableException(IReadOnlyList<ValueTuple<Guid, Exception>> failures)

PluginStepReenableException(IReadOnlyList<ValueTuple<Guid, Exception>> failures)

Initializes a new instance of the PPDS.Migration.Import.PluginStepReenableException class.

  • Param failures: The per-step failures.

Properties

Failures

IReadOnlyList<ValueTuple<Guid, Exception>> Failures { get; }

Gets the per-step failures. Each tuple contains the step ID and the underlying exception.