Share via


RestartPendingException<T> コンストラクター (String, T, T)

指定されたプロパティおよびその構成値と実行値を持つ RestartPendingException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Sub New ( _
    propertyName As String, _
    configValue As T, _
    runValue As T _
)
'使用
Dim propertyName As String 
Dim configValue As T
Dim runValue As T

Dim instance As New RestartPendingException(propertyName, _
    configValue, runValue)
public RestartPendingException(
    string propertyName,
    T configValue,
    T runValue
)
public:
RestartPendingException(
    String^ propertyName, 
    T configValue, 
    T runValue
)
new : 
        propertyName:string * 
        configValue:'T * 
        runValue:'T -> RestartPendingException
public function RestartPendingException(
    propertyName : String, 
    configValue : T, 
    runValue : T
)

パラメーター

  • configValue
    型: T
    プロパティの構成値を示す String 値です。
  • runValue
    型: T
    プロパティの実行値を示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

RestartPendingException<T> クラス

RestartPendingException<T> オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間