ObjectAlreadyExistsException Class

Definition

Object already exists (attempt to create a duplicate)

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

Constructors

ObjectAlreadyExistsException()

Base constructor

ObjectAlreadyExistsException(String)

Base constructor

ObjectAlreadyExistsException(String, Exception)

Base constructor

ObjectAlreadyExistsException(String, String)

Constructor

Properties

DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

ObjectName

Name of validated object

ObjectType

Type of validated object

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to