Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ChangeConflictException Constructor (String^, Exception^)

 

Initializes a new instance of the ChangeConflictException class, specifies a message to explain the exception, and specifies the exception that caused this exception.

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

public:
ChangeConflictException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

The message to be exposed when the exception is thrown.

innerException
Type: System::Exception^

Specifies the exception of which ChangeConflictException is a result.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show:
© 2017 Microsoft