RestartPendingException クラス

定義

このフォームのすべての例外をキャッチできるように、これを作成する必要がある汎用 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)

適用対象