Skip to content

Commit 0f27981

Browse files
committed
Added 'TypeFullNameNullException' to Resources.
1 parent 44d225f commit 0f27981

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

Shuttle.Core.Reflection/Resources.Designer.cs

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Shuttle.Core.Reflection/Resources.resx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,22 +119,26 @@
119119
</resheader>
120120
<data name="AssemblyLoadException" xml:space="preserve">
121121
<value>[GetAssembly] : could not load assembly '{0}' / exception = {1}</value>
122-
<comment>{0} = assembly, {1} = exception</comment>
122+
<comment>0 = assembly, {1} = exception</comment>
123123
</data>
124124
<data name="EnemerableNoMatchException" xml:space="preserve">
125125
<value>Enumerable contained no elements matching type '{0}'.</value>
126-
<comment>{0} = type sought</comment>
126+
<comment>0 = type sought</comment>
127127
</data>
128128
<data name="EnumerableFoundTooManyException" xml:space="preserve">
129129
<value>Enumerable contains {0} elements matching type '{1}'.</value>
130-
<comment>{0} = count found, {1} = type sought</comment>
130+
<comment>0 = count found, {1} = type sought</comment>
131131
</data>
132132
<data name="GetFileNameWithoutExtensionException" xml:space="preserve">
133133
<value>Returned null from call to 'GetFileNameWithoutExtension' for value '{0}'.</value>
134-
<comment>{0} = path</comment>
134+
<comment>0 = path</comment>
135135
</data>
136136
<data name="TraceGetTypesFromAssembly" xml:space="preserve">
137137
<value>Retrieving all types from from assembly '{0}'.</value>
138-
<comment>{0} = assembly</comment>
138+
<comment>0 = assembly</comment>
139+
</data>
140+
<data name="TypeFullNameNullException" xml:space="preserve">
141+
<value>Type with full name '{0}' is null.</value>
142+
<comment>0 = type full name</comment>
139143
</data>
140144
</root>

0 commit comments

Comments
 (0)