ChangeConflictException Constructor (String^)

 

Initializes a new instance of the ChangeConflictException class and specifies a message to explain the exception.

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

public:
ChangeConflictException(
	String^ message
)

Parameters

message
Type: System::String^

The message to be exposed when the exception is thrown.

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