CannotFindStartupObjectAssemblyException Class

Definition

This exception is not used by the Visual Studio 2010 Tools for Office Runtime. It is included in this version of the runtime to maintain compatibility with code that was compiled using earlier versions of the runtime.

public ref class CannotFindStartupObjectAssemblyException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class CannotFindStartupObjectAssemblyException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type CannotFindStartupObjectAssemblyException = class
    inherit RuntimeException
Public NotInheritable Class CannotFindStartupObjectAssemblyException
Inherits RuntimeException
Inheritance
CannotFindStartupObjectAssemblyException
Attributes

Remarks

For more information about the Visual Studio 2010 Tools for Office Runtime, see Visual Studio Tools for Office Runtime Overview.

Constructors

CannotFindStartupObjectAssemblyException()
CannotFindStartupObjectAssemblyException(String)
CannotFindStartupObjectAssemblyException(String, Exception)
CannotFindStartupObjectAssemblyException(String, String)

Applies to