[]
Initializes a new instance of a C1SuperErrorProvider component.
public C1SuperErrorProvider()
Public Sub New()
Initializes a new instance of a C1SuperErrorProvider component.
public C1SuperErrorProvider(IContainer container)
Public Sub New(container As IContainer)
| Type | Name | Description |
|---|---|---|
| IContainer | container | The IContainer to monitor for errors. |
Initializes a new instance of a C1SuperErrorProvider component.
public C1SuperErrorProvider(ContainerControl parentControl)
Public Sub New(parentControl As ContainerControl)
| Type | Name | Description |
|---|---|---|
| ContainerControl | parentControl | The container of the control to monitor for errors. |