Share via


ObjectAlreadyExistsException Class

Definition

Represents the exception that is thrown when an object is unable to be created because the object already exists.

public ref class ObjectAlreadyExistsException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType("KnownTypes")]
[System.Serializable]
public class ObjectAlreadyExistsException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type ObjectAlreadyExistsException = class
    inherit EnterpriseManagementException
Public Class ObjectAlreadyExistsException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

ObjectAlreadyExistsException()

Initializes a new ObjectAlreadyExistsException object.

ObjectAlreadyExistsException(Exception)

Initializes a new ObjectAlreadyExistsException object by specifying an inner exception that caused the current exception.

ObjectAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new ObjectAlreadyExistsException object with serialized data.

ObjectAlreadyExistsException(SqlException)

Initializes a new ObjectAlreadyExistsException object by specifying an inner SQL exception that caused the current exception.

ObjectAlreadyExistsException(String, Exception)

Initializes a new ObjectAlreadyExistsException object with an error message and inner exception.

ObjectAlreadyExistsException(String)

Initializes a new ObjectAlreadyExistsException object by specifying the error message that describes the current exception.

Applies to