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

プロパティ例外の名前を表す文字列値。

適用対象