You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the folder create ($ssrs.CreateFolder) we have a try{} catch{} block and if in the error message the text "already exists" is present a message is shown (Folder $folderName already exists, Skipping!), but if we use a server in another language, throw is executed.
In the folder create ($ssrs.CreateFolder) we have a try{} catch{} block and if in the error message the text "already exists" is present a message is shown (Folder $folderName already exists, Skipping!), but if we use a server in another language, throw is executed.
Suggestion, use the exception namespace:
The text was updated successfully, but these errors were encountered: