CannotFindStartupObjectAssemblyException Class (2007 System)

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

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)

Syntax

'Declaration
<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class CannotFindStartupObjectAssemblyException _
    Inherits RuntimeException
'Usage
Dim instance As CannotFindStartupObjectAssemblyException
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class CannotFindStartupObjectAssemblyException : RuntimeException
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class CannotFindStartupObjectAssemblyException sealed : public RuntimeException
public final class CannotFindStartupObjectAssemblyException extends RuntimeException

Remarks

For more information about the Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime), see Visual Studio Tools for Office Runtime Overview.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
      Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindStartupObjectAssemblyException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CannotFindStartupObjectAssemblyException Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace

Other Resources

Visual Studio Tools for Office Runtime Overview