ChangeConflictException Constructor (String, Exception)
Collapse the table of content
Expand the table of content

ChangeConflictException Constructor (String, Exception)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft