Class UniqueIndexViolationException
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)