RestartPendingException(T) クラス
RestartPendingException クラスは、システム再起動の保留中にエラーが発生した場合に生成される例外です。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class RestartPendingException(Of T) _
Inherits RestartPendingException
'使用
Dim instance As RestartPendingException(Of T)
[SerializableAttribute]
public sealed class RestartPendingException<T> : RestartPendingException
[SerializableAttribute]
generic<typename T>
public ref class RestartPendingException sealed : public RestartPendingException
[<SealedAttribute>]
[<SerializableAttribute>]
type RestartPendingException<'T> =
class
inherit RestartPendingException
end
JScript は汎用の型およびメソッドをサポートしていません。
型パラメーター
- T
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
Microsoft.SqlServer.Management.Dmf. . :: . .RestartPendingException
Microsoft.SqlServer.Management.Dmf..::..RestartPendingException<(Of <(<'T>)>)>
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。