Class ObjectExistsException
An exception that is thrown when an object already exists in a data store..
Implements
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Exceptions
Assembly: Aruba.Infrastructure.dll
Syntax
public class ObjectExistsException : Exception, ISerializable
Constructors
View SourceObjectExistsException()
Initializes a new instance of the ObjectExistsException class.
Declaration
public ObjectExistsException()
ObjectExistsException(string)
Initializes a new instance of the ObjectExistsException class.
Declaration
public ObjectExistsException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
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. |