AdvancedErrorProvider(IContainer) Constructor

Initializes a new instance of the AdvancedErrorProvider class attached to an IContainer implementation.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public AdvancedErrorProvider(
	IContainer container
)

Parameters

container  IContainer
The container.

See Also