PropertyNotFoundException(String) Constructor

Definition

Initializes a new instance of the PropertyNotFoundException class with the specified name for the property exception.

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)

Parameters

propertyName
String

A string that represents the name of the property exception.

Applies to