ControlNotFoundException Classe

Définition

Exception levée lorsqu’une tentative de référence d’un contrôle est effectuée dans une personnalisation au niveau du document, mais que le contrôle n’existe pas.

[System.Serializable]
public sealed class ControlNotFoundException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Héritage
ControlNotFoundException
Attributs

Remarques

Pour plus d’informations sur l’utilisation des contrôles dans les solutions Office, consultez contrôles sur les documents Office.

Constructeurs

ControlNotFoundException()
ControlNotFoundException(String)
ControlNotFoundException(String, Exception)
ControlNotFoundException(String, String)
ControlNotFoundException(String, String, Exception)

S’applique à