|
163 | 163 | <param name="value">The data to store in the cache.</param> |
164 | 164 | <summary>Sets a sequence of bytes in the specified cache with the specified key.</summary> |
165 | 165 | <remarks>To be added.</remarks> |
166 | | - <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
| 166 | + <exception cref="T:System.ArgumentNullException"> |
| 167 | + <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
167 | 168 | </Docs> |
168 | 169 | </Member> |
169 | 170 | <Member MemberName="SetAsync"> |
|
194 | 195 | <summary>Asynchronously sets a sequence of bytes in the specified cache with the specified key.</summary> |
195 | 196 | <returns>A task that represents the asynchronous set operation.</returns> |
196 | 197 | <remarks>To be added.</remarks> |
197 | | - <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
| 198 | + <exception cref="T:System.ArgumentNullException"> |
| 199 | + <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
198 | 200 | </Docs> |
199 | 201 | </Member> |
200 | 202 | <Member MemberName="SetAsync"> |
|
231 | 233 | <summary>Asynchronously sets a sequence of bytes in the specified cache with the specified key.</summary> |
232 | 234 | <returns>A task that represents the asynchronous set operation.</returns> |
233 | 235 | <remarks>To be added.</remarks> |
234 | | - <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
| 236 | + <exception cref="T:System.ArgumentNullException"> |
| 237 | + <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
235 | 238 | </Docs> |
236 | 239 | </Member> |
237 | 240 | <Member MemberName="SetString"> |
|
268 | 271 | <param name="value">The data to store in the cache.</param> |
269 | 272 | <summary>Sets a string in the specified cache with the specified key.</summary> |
270 | 273 | <remarks>To be added.</remarks> |
271 | | - <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
| 274 | + <exception cref="T:System.ArgumentNullException"> |
| 275 | + <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
272 | 276 | </Docs> |
273 | 277 | </Member> |
274 | 278 | <Member MemberName="SetString"> |
|
307 | 311 | <param name="options">The cache options for the entry.</param> |
308 | 312 | <summary>Sets a string in the specified cache with the specified key.</summary> |
309 | 313 | <remarks>To be added.</remarks> |
310 | | - <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
| 314 | + <exception cref="T:System.ArgumentNullException"> |
| 315 | + <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
311 | 316 | </Docs> |
312 | 317 | </Member> |
313 | 318 | <Member MemberName="SetStringAsync"> |
|
338 | 343 | <summary>Asynchronously sets a string in the specified cache with the specified key.</summary> |
339 | 344 | <returns>A task that represents the asynchronous set operation.</returns> |
340 | 345 | <remarks>To be added.</remarks> |
341 | | - <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
| 346 | + <exception cref="T:System.ArgumentNullException"> |
| 347 | + <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
342 | 348 | </Docs> |
343 | 349 | </Member> |
344 | 350 | <Member MemberName="SetStringAsync"> |
|
371 | 377 | <summary>Asynchronously sets a string in the specified cache with the specified key.</summary> |
372 | 378 | <returns>A task that represents the asynchronous set operation.</returns> |
373 | 379 | <remarks>To be added.</remarks> |
374 | | - <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
| 380 | + <exception cref="T:System.ArgumentNullException"> |
| 381 | + <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
375 | 382 | </Docs> |
376 | 383 | </Member> |
377 | 384 | <Member MemberName="SetStringAsync"> |
|
408 | 415 | <summary>Asynchronously sets a string in the specified cache with the specified key.</summary> |
409 | 416 | <returns>A task that represents the asynchronous set operation.</returns> |
410 | 417 | <remarks>To be added.</remarks> |
411 | | - <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
| 418 | + <exception cref="T:System.ArgumentNullException"> |
| 419 | + <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
412 | 420 | </Docs> |
413 | 421 | </Member> |
414 | 422 | <Member MemberName="SetStringAsync"> |
|
447 | 455 | <summary>Asynchronously sets a string in the specified cache with the specified key.</summary> |
448 | 456 | <returns>A task that represents the asynchronous set operation.</returns> |
449 | 457 | <remarks>To be added.</remarks> |
450 | | - <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
| 458 | + <exception cref="T:System.ArgumentNullException"> |
| 459 | + <paramref name="key" /> or <paramref name="value" /> is null.</exception> |
451 | 460 | </Docs> |
452 | 461 | </Member> |
453 | 462 | </Members> |
|
0 commit comments