[mcs] Validate more nameof argument expressions
[mono.git] / mcs / class / System.ComponentModel.Composition / src / Composition.Initialization / Strings.resx
index 56a85ee40fd172fa479ae7a40f79708dfbb1ae1e..b451d64391f61fc8c35d1e5ef73e7b81943b4f2a 100644 (file)
   <data name="InvalidOperationException_GlobalContainerAlreadyInitialized" xml:space="preserve">\r
     <value>The container has already been initialized either by another call to InitializeContainer or by someone causing the default container to be constructed. Ensure that InitializeContainer is one of the first things that happens in the application host to ensure that it is ready for the first composition.</value>\r
   </data>\r
+  <data name="ArgumentException_EmptyString" xml:space="preserve">\r
+    <value>'{0}' cannot be an empty string ("").</value>\r
+  </data>\r
+  <data name="InvalidOperationException_DeploymentCatalogInvalidStateChange" xml:space="preserve">\r
+    <value>Catalog is trying to transition to an invalid state. Occurs when you call DownloadAsync more than once or CancelAsync is called at an incorrect time.</value>\r
+  </data>\r
+  <data name="InvalidOperationException_ErrorReadingXap" xml:space="preserve">\r
+    <value>The package downloaded successfully but an error occurred while reading the contents of the package. See the inner exception for more details.</value>\r
+  </data>\r
 </root>
\ No newline at end of file