言語

AdapterAlreadyExistsException クラス

定義

この例外は、アダプター ファクトリが既に登録されている {interface; object} ペアを検出するとスローされます。

[System.Serializable]
public sealed class AdapterAlreadyExistsException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type AdapterAlreadyExistsException = class
    inherit DmfException
Public NotInheritable Class AdapterAlreadyExistsException
Inherits DmfException
継承
AdapterAlreadyExistsException
属性

コンストラクター

名前 説明
AdapterAlreadyExistsException()

基本コンストラクター

AdapterAlreadyExistsException(String, Exception)

基本コンストラクター

AdapterAlreadyExistsException(String, String)

コンストラクター

AdapterAlreadyExistsException(String)

基本コンストラクター

プロパティ

名前 説明
DmfExceptionType

例外の種類

HelpLink

は、ヘルプ Web サイトへのリンクを出力します

(継承元 DmfException)
Interface

インターフェイス名

Message

メッセージ

ObjectType

オブジェクトの種類の名前

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

シリアル化ヘルパー

Init()

インスタンスのプロパティを初期化します。

(継承元 DmfException)
SetHelpContext(String)

ヘルプ コンテキストを設定する

(継承元 DmfException)

適用対象