Table of Contents

Class UniqueIndexViolationException

Namespace
Cuemon.Data
Assembly
Cuemon.Data.dll

The exception that is thrown when a unique index violation occurs from a data source.

public class UniqueIndexViolationException : Exception, ISerializable
Inheritance
Object
Exception
UniqueIndexViolationException
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

Constructors

UniqueIndexViolationException()

Initializes a new instance of the UniqueIndexViolationException class.

public UniqueIndexViolationException()

UniqueIndexViolationException(String)

Initializes a new instance of the UniqueIndexViolationException class.

public UniqueIndexViolationException(string message)

Parameters

message String

The message that describes the error.

UniqueIndexViolationException(String, Exception)

Initializes a new instance of the UniqueIndexViolationException class.

public UniqueIndexViolationException(string message, Exception innerException)

Parameters

message String

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.