RestartPendingException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このフォームのすべての例外をキャッチできるように、これを作成する必要がある汎用 RestartPendingException の基本クラス
[System.Serializable]
public class RestartPendingException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type RestartPendingException = class
inherit DmfException
Public Class RestartPendingException
Inherits DmfException
- 継承
- 派生
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| RestartPendingException() |
基本コンストラクター |
| RestartPendingException(SerializationInfo, StreamingContext) |
このフォームのすべての例外をキャッチできるように、これを作成する必要がある汎用 RestartPendingException の基本クラス |
| RestartPendingException(String, Exception) |
基本コンストラクター |
| RestartPendingException(String) |
基本コンストラクター |
プロパティ
| 名前 | 説明 |
|---|---|
| DmfExceptionType |
例外の種類 (継承元 DmfException) |
| HelpLink |
は、ヘルプ Web サイトへのリンクを出力します (継承元 DmfException) |
メソッド
| 名前 | 説明 |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
シリアル化ヘルパー |
| Init() |
インスタンスのプロパティを初期化します。 (継承元 DmfException) |
| SetHelpContext(String) |
ヘルプ コンテキストを設定する (継承元 DmfException) |