ChangeConflictException Constructor (String)
[ 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 and specifies a message to explain the exception.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- message
- Type: System.String
The message to be exposed when the exception is thrown.
Show: