Share via


Raising Exceptions for Wizards

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies.
This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Any exception that is thrown during the execution of a wizard is wrapped in WizardExecutionException, which derives from ApplicationException.

Note

If a value entered in the field of a wizard is not permitted, a red exclamation point will appear to the right of the field.

See also

Developing Wizards | Defining a Wizard | Defining a User Interface Value Editor | Writing Type Converters | Writing a Custom Wizard Page