ControlNotFoundException 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 an attempt is made to reference a control in a document-level customization, but the control does not exist.
public ref class ControlNotFoundException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class ControlNotFoundException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type ControlNotFoundException = class
inherit RuntimeException
Public NotInheritable Class ControlNotFoundException
Inherits RuntimeException
- Inheritance
- Attributes
Remarks
For more information about how to use controls in Office solutions, see Controls on Office Documents.
Constructors
ControlNotFoundException() | |
ControlNotFoundException(String, Exception) | |
ControlNotFoundException(String, String, Exception) | |
ControlNotFoundException(String, String) | |
ControlNotFoundException(String) |