We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8370d5 commit ef2595dCopy full SHA for ef2595d
ReportingServicesTools/Functions/CatalogItems/Copy-RsSubscription.ps1
@@ -147,7 +147,7 @@ function Copy-RsSubscription
147
}
148
catch
149
{
150
- throw (New-Object System.Exception("Exception occurred while creating subscription! $($_.Exception.Message)", $_.Exception))
+ "Error occurred while creating subscription $($subscriptionId)! $($_.Exception.Message)"
151
152
153
0 commit comments