Partager via


PropertyDescriptorNotFoundException, constructeur (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.

Espace de noms :  Microsoft.VisualStudio.Modeling.Design
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public PropertyDescriptorNotFoundException(
    string message,
    Exception innerException
)

Paramètres

  • message
    Type : System.String
    Message d'erreur indiquant la raison de l'exception.
  • innerException
    Type : System.Exception
    Exception qui constitue la cause de l'exception actuelle.Si le paramètre innerException n'est pas une référence Null, l'exception actuelle est levée dans un bloc catch qui gère l'exception interne.

Sécurité .NET Framework

Voir aussi

Référence

PropertyDescriptorNotFoundException Classe

PropertyDescriptorNotFoundException, surcharge

Microsoft.VisualStudio.Modeling.Design, espace de noms