Freigeben über


ControlNotFoundException-Klasse (2007 System)

Aktualisiert: November 2007

Die Ausnahme, die bei dem Versuch ausgelöst wird, mithilfe der Steuerelementauflistung des Dokuments auf ein Steuerelement in einer Anpassung auf Dokumentebene zu verweisen, das Steuerelement jedoch nicht vorhanden ist.

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

Syntax

<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class ControlNotFoundException _
    Inherits RuntimeException

Dim instance As ControlNotFoundException
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class ControlNotFoundException : RuntimeException

Hinweise

Weitere Informationen zur Verwendung von Steuerelementen in Anpassungen auf Dokumentebene finden Sie unter Steuerelemente für Office-Dokumente.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

ControlNotFoundException-Member

Microsoft.VisualStudio.Tools.Applications.Runtime-Namespace

Weitere Ressourcen

Steuerelemente für Office-Dokumente