Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Nov 20, 2023
1 parent 40619f9 commit f614593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public async Task UpdateDigitalTwinAsync(string modelID, string instanceID, stri
modelID,
data,
ex.Message);
throw ex;
throw;
}
// Try to parse string data with the next type if we're unsuccessful.
catch (Exception ex) when (ex is NotSupportedException || ex is ArgumentException || ex is FormatException)
Expand Down

0 comments on commit f614593

Please sign in to comment.