ChangeConflictException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ChangeConflictException class.
Overload List
Name | Description | |
---|---|---|
ChangeConflictException() | Initializes a new instance of the ChangeConflictException class. | |
ChangeConflictException(String) | Initializes a new instance of the ChangeConflictException class that uses the specified error message. | |
ChangeConflictException(SerializationInfo, StreamingContext) | Initializes a new instance of the ChangeConflictException class from a serialized version of the exception and contextual data. | |
ChangeConflictException(String, Exception) | Initializes a new instance of the ChangeConflictException class that uses the specified error message and inner exception. |
Top