ObjectAlreadyExistsException クラス

定義

オブジェクトが既に存在する (複製の作成を試みる)

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

コンストラクター

名前 説明
ObjectAlreadyExistsException()

基本コンストラクター

ObjectAlreadyExistsException(String, Exception)

基本コンストラクター

ObjectAlreadyExistsException(String, String)

コンストラクター

ObjectAlreadyExistsException(String)

基本コンストラクター

プロパティ

名前 説明
DmfExceptionType

例外の種類

HelpLink

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

(継承元 DmfException)
Message

メッセージ

ObjectName

検証済みオブジェクトの名前

ObjectType

検証済みオブジェクトの型

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

シリアル化ヘルパー

Init()

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

(継承元 DmfException)
SetHelpContext(String)

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

(継承元 DmfException)

適用対象