PropertyNotFoundException(String) 建構函式

定義

使用指定的屬性執行名稱,初始化 PropertyNotFoundException 類別的新執行個體。

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)

參數

propertyName
String

表示屬性例外狀況名稱的字串

適用於