This commit is contained in:
christianwade 2017-01-04 20:54:18 -08:00
parent 0f7394fde8
commit 96763cb87d

View File

@ -467,7 +467,7 @@ namespace AsPartitionProcessing
returnVal += "-" + partitionKey.Substring(6, 2);
}
}
catch (ArgumentOutOfRangeException exc)
catch (ArgumentOutOfRangeException)
{
throw new InvalidOperationException($"Failed to derive date from partition key. Check the key {partitionKey} matches {Convert.ToString(granularity)} granularity.");
}