19 : base(errorMessage, responseMessage)
45 : base(message, innerException)
Represents an error message returned by the server.
Occurs when the client performs an action that would result in data conflict.
ConflictException(string message, Exception innerException)
Initializes a new instance of the ConflictException class.
ConflictException(string message)
Initializes a new instance of the ConflictException class.
ConflictException()
Initializes a new instance of the ConflictException class.
ConflictException(ErrorMessageResponse? errorMessage, HttpResponseMessage responseMessage)
Initializes a new instance of the ConflictException class.