ForeignKeyReferenceAlreadyHasValueException Constructor

 

Initializes a new instance of the ForeignKeyReferenceAlreadyHasValueException class.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

NameDescription
System_CAPS_pubmethodForeignKeyReferenceAlreadyHasValueException()

Initializes a new instance of the ForeignKeyReferenceAlreadyHasValueException class with a system-supplied message that describes the error.

System_CAPS_pubmethodForeignKeyReferenceAlreadyHasValueException(String)

Initializes a new instance of the ForeignKeyReferenceAlreadyHasValueException class with a specified message that describes the error.

System_CAPS_pubmethodForeignKeyReferenceAlreadyHasValueException(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.

Return to top
Show: