Table of Contents

Class AlreadyExistsException

Namespace
RisingV.Shared.Exceptions
Assembly
RisingV.Shared.dll

Represents an exception that is thrown when an attempt is made to create or add an entity that already exists.

public class AlreadyExistsException : BaseException, ISerializable
Inheritance
AlreadyExistsException
Implements
Inherited Members
Extension Methods

Constructors

AlreadyExistsException()

protected AlreadyExistsException()

AlreadyExistsException(SerializationInfo, StreamingContext)

[Obsolete("Obsolete")]
protected AlreadyExistsException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

AlreadyExistsException(string)

public AlreadyExistsException(string message)

Parameters

message string

AlreadyExistsException(string, Exception)

public AlreadyExistsException(string message, Exception innerException)

Parameters

message string
innerException Exception