|
120 | 120 | <data name="ArgumentOutOfRange_NeedNonNegNum" xml:space="preserve">
|
121 | 121 | <value>Non negative number is required.</value>
|
122 | 122 | </data>
|
123 |
| - <data name="Argument_WrongAsyncResult" xml:space="preserve"> |
124 |
| - <value>IAsyncResult object did not come from the corresponding async method on this type.</value> |
125 |
| - </data> |
126 | 123 | <data name="Argument_InvalidOffLen" xml:space="preserve">
|
127 | 124 | <value>Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.</value>
|
128 | 125 | </data>
|
|
171 | 168 | <data name="ArgumentOutOfRange_MaxNumServerInstances" xml:space="preserve">
|
172 | 169 | <value>maxNumberOfServerInstances must either be a value between 1 and 254, or NamedPipeServerStream.MaxAllowedServerInstances (to obtain the maximum number allowed by system resources).</value>
|
173 | 170 | </data>
|
174 |
| - <data name="InvalidOperation_EndReadCalledMultiple" xml:space="preserve"> |
175 |
| - <value>EndRead can only be called once for each asynchronous operation.</value> |
176 |
| - </data> |
177 |
| - <data name="InvalidOperation_EndWriteCalledMultiple" xml:space="preserve"> |
178 |
| - <value>EndWrite can only be called once for each asynchronous operation.</value> |
179 |
| - </data> |
180 | 171 | <data name="InvalidOperation_PipeNotYetConnected" xml:space="preserve">
|
181 | 172 | <value>Pipe hasn't been connected yet.</value>
|
182 | 173 | </data>
|
|
258 | 249 | <data name="NotSupported_AnonymousPipeMessagesNotSupported" xml:space="preserve">
|
259 | 250 | <value>Anonymous pipes do not support PipeTransmissionMode.Message ReadMode.</value>
|
260 | 251 | </data>
|
261 |
| - <data name="ObjectDisposed_FileClosed" xml:space="preserve"> |
262 |
| - <value>Cannot access a closed file.</value> |
263 |
| - </data> |
264 | 252 | <data name="ObjectDisposed_PipeClosed" xml:space="preserve">
|
265 | 253 | <value>Cannot access a closed pipe.</value>
|
266 | 254 | </data>
|
|
270 | 258 | <data name="UnauthorizedAccess_IODenied_NoPathName" xml:space="preserve">
|
271 | 259 | <value>Access to the path is denied.</value>
|
272 | 260 | </data>
|
273 |
| - <data name="ObjectDisposed_StreamIsClosed" xml:space="preserve"> |
274 |
| - <value>Cannot access a closed Stream.</value> |
275 |
| - </data> |
276 |
| - <data name="InvalidOperation_WrongAsyncResultOrEndReadCalledMultiple" xml:space="preserve"> |
277 |
| - <value>Either the IAsyncResult object did not come from the corresponding async method on this type, or EndRead was called multiple times with the same IAsyncResult.</value> |
278 |
| - </data> |
279 |
| - <data name="InvalidOperation_WrongAsyncResultOrEndWriteCalledMultiple" xml:space="preserve"> |
280 |
| - <value>Either the IAsyncResult object did not come from the corresponding async method on this type, or EndWrite was called multiple times with the same IAsyncResult.</value> |
281 |
| - </data> |
282 | 261 | <data name="UnknownError_Num" xml:space="preserve">
|
283 | 262 | <value>Unknown error '{0}'.</value>
|
284 | 263 | </data>
|
|
0 commit comments