Skip to content

Commit

Permalink
Added GetElement link
Browse files Browse the repository at this point in the history
  • Loading branch information
MariekeGO committed Nov 19, 2024
1 parent 08bdd8b commit 0d815cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ parameter.SetValue(100); // Does not check State property of the ElementInfoEven

Some breaking changes have been introduced in the API with regard to exceptions that are thrown because the *State* property for an element is no longer checked before a set is executed. This means that some calls no longer throw an ElementStoppedException but instead an ElementNotFoundException or no exception at all.

To see if and when an exception is thrown, refer to the XML documentation on the methods.
To see if and when an exception is thrown, refer to the documentation on the methods in the API section (e.g. [GetElement](xref:Skyline.DataMiner.Core.DataMinerSystem.Common.IDma.GetElement*)).

- IDmsElement.GetStandaloneParameter\<T\> no longer throws an ElementNotFoundException.
- IDmsElement.GetTable no longer throws an ElementNotFoundException.
Expand Down

0 comments on commit 0d815cd

Please sign in to comment.