ForeignKeyReferenceAlreadyHasValueException Constructor
.NET Framework (current version)
Initializes a new instance of the ForeignKeyReferenceAlreadyHasValueException class.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | ForeignKeyReferenceAlreadyHasValueException() | Initializes a new instance of the ForeignKeyReferenceAlreadyHasValueException class with a system-supplied message that describes the error. |
![]() | ForeignKeyReferenceAlreadyHasValueException(String) | Initializes a new instance of the ForeignKeyReferenceAlreadyHasValueException class with a specified message that describes the error. |
![]() | ForeignKeyReferenceAlreadyHasValueException(String, Exception) | Initializes a new instance of the ForeignKeyReferenceAlreadyHasValueException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Show:
