PropertyDescriptorNotFoundException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exception dans le cas où un ElementPropertyDescriptor attendu est introuvable.
public ref class PropertyDescriptorNotFoundException : Microsoft::VisualStudio::Modeling::ModelingException
[System.Serializable]
public class PropertyDescriptorNotFoundException : Microsoft.VisualStudio.Modeling.ModelingException
[<System.Serializable>]
type PropertyDescriptorNotFoundException = class
inherit ModelingException
Public Class PropertyDescriptorNotFoundException
Inherits ModelingException
- Héritage
- Attributs
Constructeurs
| PropertyDescriptorNotFoundException() |
Initialise une nouvelle instance de la classe PropertyDescriptorNotFoundException. |
| PropertyDescriptorNotFoundException(SerializationInfo, StreamingContext) |
Constructeur à des fins de sérialisation. |
| PropertyDescriptorNotFoundException(String) |
Initialise une nouvelle instance de la classe PropertyDescriptorNotFoundException avec un message d'erreur spécifié. |
| PropertyDescriptorNotFoundException(String, Exception) |
Initialise une nouvelle instance de la classe PropertyDescriptorNotFoundException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception. |