RestartPendingException コンストラクター (String, Exception)
指定したメッセージと内部例外を使用して、RestartPendingException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New RestartPendingException(message, _
innerException)
public RestartPendingException(
string message,
Exception innerException
)
public:
RestartPendingException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> RestartPendingException
public function RestartPendingException(
message : String,
innerException : Exception
)
パラメーター
- message
型: System. . :: . .String
再起動の保留による例外に関連付けられたメッセージ テキストを示す String 値です。
- innerException
型: System. . :: . .Exception
再起動の保留による例外の原因となった例外を示す Exception システム オブジェクトの値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。