NoStartupFormException Constructor ()
.NET Framework (current version)
Initializes a new instance of the NoStartupFormException class.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
The Visual Basic Application Model requires that the application set the MainForm property before running the OnRun method. If the property is not set, the Visual Basic Application Model raises this exception. For more information, see Extending the Visual Basic Application Model.
The following table shows the initial property values for an instance of NoStartupFormException.
Property | Value |
A null reference (Nothing in Visual Basic). | |
The localized error-message string. |
.NET Framework
Available since 2.0
Available since 2.0
Show: