Skip to main content
A newer version of this page is available. .

WizardPageErrorEventArgs(String) Constructor

Initializes a new instance of the WizardPageErrorEventArgs class with the specified error message.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v18.2.dll

Declaration

public WizardPageErrorEventArgs(
    string errorMessage
)

Parameters

Name Type Description
errorMessage String

A String value, specifying the error message.

See Also