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
UniqueIndexViolationException
Implements
Inherited Members

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.