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

表示属性异常的名称的字符串。

适用于