NoStartupObjectsException Class
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.
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
System::Exception
Microsoft.VisualStudio.Tools.Applications.Runtime::RuntimeException
Microsoft.VisualStudio.Tools.Applications.Runtime::NoStartupObjectsException
| Name | Description | |
|---|---|---|
![]() | NoStartupObjectsException() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | NoStartupObjectsException(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | NoStartupObjectsException(String^, Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

