NotInitializedException(String) コンストラクター

定義

指定されたコンポーネント名で NotInitializedException クラスの新しいインスタンスを初期化します。

public:
 NotInitializedException(System::String ^ componentName);
public NotInitializedException (string componentName);
new Microsoft.SqlServer.Management.NotInitializedException : string -> Microsoft.SqlServer.Management.NotInitializedException
Public Sub New (componentName As String)

パラメーター

componentName
String

コンポーネントの名前を表す文字列。

適用対象