NoStartupObjectsException Class

Definition

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
NoStartupObjectsException
Attributes

Constructors

NoStartupObjectsException()
NoStartupObjectsException(String)
NoStartupObjectsException(String, Exception)

Applies to