Using a custom Error Message Dialog with SmartComponent Library or Consultingwerk core framework based applications
The type name of a custom error message dialog can be referenced with the static property
Consultingwerk.Util.ErrorHelper:ErrorMessageFormType
A type name referenced by this property needs to implement the Interface
Consultingwerk.Util.Forms.IErrorMessageForm
and needs to inherit (directly or indirectly) from the .NET Form type
System.Windows.Forms.Form
Customers can use this property to replace the standard Dialog type used to show error messages of the SmartComponent Library and Consultingwerk core framework.