Partager via


PropertyNotFoundException(String) Constructeur

Définition

Initialise une nouvelle instance de la classe PropertyNotFoundException avec le nom spécifié pour l'exception de la propriété.

public:
 PropertyNotFoundException(System::String ^ propertyName);
public PropertyNotFoundException (string propertyName);
new Microsoft.SqlServer.Management.PropertyNotFoundException : string -> Microsoft.SqlServer.Management.PropertyNotFoundException
Public Sub New (propertyName As String)

Paramètres

propertyName
String

Chaîne qui représente le nom de l'exception de la propriété.

S’applique à