NoStartupObjectsException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This exception is thrown when a solution assembly that was created by using Office development tools in Visual Studio does not contain a startup object.
public ref class NoStartupObjectsException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class NoStartupObjectsException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type NoStartupObjectsException = class
inherit RuntimeException
Public NotInheritable Class NoStartupObjectsException
Inherits RuntimeException
- Inheritance
- Attributes
Constructors
NoStartupObjectsException() | |
NoStartupObjectsException(String, Exception) | |
NoStartupObjectsException(String) |