DuplicateKeyException Constructor
.NET Framework (current version)
Initializes a new instance of the DuplicateKeyException class.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | DuplicateKeyException(Object) | Initializes a new instance of the DuplicateKeyException class. |
![]() | DuplicateKeyException(Object, String) | Initializes a new instance of the DuplicateKeyException class by referencing the duplicate key and providing an error message. |
![]() | DuplicateKeyException(Object, String, Exception) | Initializes a new instance of the DuplicateKeyException class by referencing the duplicate key, providing an error message, and specifying the exception that caused this exception to be thrown. |
Show:
