CannotCreateStartupObjectException 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.
The exception that is thrown when a host item class in an Office solution assembly cannot be instantiated.
public ref class CannotCreateStartupObjectException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class CannotCreateStartupObjectException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type CannotCreateStartupObjectException = class
inherit RuntimeException
Public NotInheritable Class CannotCreateStartupObjectException
Inherits RuntimeException
- Inheritance
- Attributes
Constructors
CannotCreateStartupObjectException() | |
CannotCreateStartupObjectException(String, Assembly, Exception) | |
CannotCreateStartupObjectException(String, Exception) | |
CannotCreateStartupObjectException(String) |