PropertyDescriptorNotFoundException Classe

Définition

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
PropertyDescriptorNotFoundException
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.

S’applique à