Show / Hide Table of Contents

Class ObjectExistsException

An exception that is thrown when an object already exists in a data store..

Inheritance
object
Exception
ObjectExistsException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Exceptions
Assembly: Aruba.Infrastructure.dll
Syntax
public class ObjectExistsException : Exception, ISerializable

Constructors

View Source

ObjectExistsException()

Initializes a new instance of the ObjectExistsException class.

Declaration
public ObjectExistsException()
View Source

ObjectExistsException(string)

Initializes a new instance of the ObjectExistsException class.

Declaration
public ObjectExistsException(string message)
Parameters
Type Name Description
string message

The exception message.

View Source

ObjectExistsException(string, Exception)

Initializes a new instance of the ObjectExistsException class.

Declaration
public ObjectExistsException(string message, Exception inner)
Parameters
Type Name Description
string message

The exception message.

Exception inner

The exception's inner exception.

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX