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
StringThe message that describes the error.
UniqueIndexViolationException(String, Exception)
Initializes a new instance of the UniqueIndexViolationException class.
public UniqueIndexViolationException(string message, Exception innerException)