ControlCouldNotBeInitializedException 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 control that was added to a document in an Office solution could not be initialized.
public ref class ControlCouldNotBeInitializedException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class ControlCouldNotBeInitializedException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type ControlCouldNotBeInitializedException = class
inherit RuntimeException
Public NotInheritable Class ControlCouldNotBeInitializedException
Inherits RuntimeException
- Inheritance
- Attributes
Remarks
For more information about adding controls to documents in Office solutions, see Controls on Office Documents.