Skip to content

Commit 8786915

Browse files
committed
exception messages
1 parent f481b88 commit 8786915

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

src/PolylineAlgorithm.Abstraction/Properties/ExceptionMessageResource.Designer.cs

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/PolylineAlgorithm.Abstraction/Properties/ExceptionMessageResource.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,10 @@
135135
<data name="PolylineCannotBeShorterThanExceptionMessage" xml:space="preserve">
136136
<value>Argument cannot be shorten than 2 characters. Actual length: {0}.</value>
137137
</data>
138+
<data name="ArgumentValueMustBeFiniteNumber" xml:space="preserve">
139+
<value>Value must be a finite number.</value>
140+
</data>
141+
<data name="ArgumentIsOutOfRangeForSpecifiedType" xml:space="preserve">
142+
<value>Value is out of range for the specified type {0}.</value>
143+
</data>
138144
</root>

0 commit comments

Comments
 (0)