PropertyNotFoundException(String) Costruttore

Definizione

Inizializza una nuova istanza della classe PropertyNotFoundException con il nome specificato per l'eccezione della proprietà.

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)

Parametri

propertyName
String

Stringa che rappresenta il nome dell'eccezione della proprietà.

Si applica a