Skip to content

Commit

Permalink
Fix Az.DataMigration XML Comments (#18422)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-yuzhichen committed Jun 13, 2022
1 parent fe1dcfa commit 243bafb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static string ReturnApiErrorMessage(ApiErrorException ex)
/// Helper method to throw the appropriate exception based on the error returned by the SDK
/// </summary>
/// <param name="ex"></param>
/// <param name="customMessages"></param>
/// <param name="customObjects"></param>
protected void ThrowAppropriateException(ApiErrorException ex, List<string> customObjects = null)
{
string message = "DMS API Error " + ReturnApiErrorMessage(ex);
Expand Down

0 comments on commit 243bafb

Please sign in to comment.