Cleanup
This commit is contained in:
parent
0f7394fde8
commit
96763cb87d
@ -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.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user