RestartPendingException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| RestartPendingException() |
基本コンストラクター |
| RestartPendingException(String) |
基本コンストラクター |
| RestartPendingException(SerializationInfo, StreamingContext) | |
| RestartPendingException(String, Exception) |
基本コンストラクター |
RestartPendingException()
基本コンストラクター
public RestartPendingException();
Public Sub New ()
適用対象
RestartPendingException(String)
基本コンストラクター
public RestartPendingException(string message);
new Microsoft.SqlServer.Management.Dmf.RestartPendingException : string -> Microsoft.SqlServer.Management.Dmf.RestartPendingException
Public Sub New (message As String)
パラメーター
- message
- String
適用対象
RestartPendingException(SerializationInfo, StreamingContext)
protected RestartPendingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Dmf.RestartPendingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Dmf.RestartPendingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext
適用対象
RestartPendingException(String, Exception)
基本コンストラクター
public RestartPendingException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.RestartPendingException : string * Exception -> Microsoft.SqlServer.Management.Dmf.RestartPendingException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
- innerException
- Exception