|
130 | 130 | <exception cref="T:System.ArgumentNullException">If <paramref name="url" /> is <c>null</c>.</exception> |
131 | 131 | <exception cref="T:System.UriFormatException">If <paramref name="url" /> is not a valid base URI.</exception> |
132 | 132 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
133 | | - <exception cref="!:StringSerializationException"> |
| 133 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
134 | 134 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
135 | 135 | </exception> |
136 | 136 | </member> |
|
223 | 223 | <exception cref="T:System.ArgumentNullException">If <paramref name="url" /> is <c>null</c>.</exception> |
224 | 224 | <exception cref="T:System.UriFormatException">If <paramref name="url" /> is not a valid base URI.</exception> |
225 | 225 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
226 | | - <exception cref="!:StringSerializationException"> |
| 226 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
227 | 227 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
228 | 228 | </exception> |
229 | 229 | </member> |
|
312 | 312 | and strongly-typed data from the REST response.</returns> |
313 | 313 | <exception cref="T:System.ArgumentNullException">If <paramref name="url" /> is <c>null</c>.</exception> |
314 | 314 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
315 | | - <exception cref="!:StringSerializationException"> |
| 315 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
316 | 316 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
317 | 317 | </exception> |
318 | 318 | </member> |
|
374 | 374 | and strongly-typed data from the REST response.</returns> |
375 | 375 | <exception cref="T:System.ArgumentNullException">If <paramref name="url" /> is <c>null</c>.</exception> |
376 | 376 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
377 | | - <exception cref="!:StringSerializationException"> |
| 377 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
378 | 378 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
379 | 379 | </exception> |
380 | 380 | </member> |
|
422 | 422 | <para>-or-</para><para>If <paramref name="maxReadLength" /> is less than zero.</para></exception> |
423 | 423 | <exception cref="T:System.UriFormatException">If <paramref name="url" /> is not a valid base URI.</exception> |
424 | 424 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
425 | | - <exception cref="!:StringSerializationException"> |
| 425 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
426 | 426 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
427 | 427 | </exception> |
428 | 428 | </member> |
|
513 | 513 | If <paramref name="bufferSize" /> is less than or equal to zero. |
514 | 514 | <para>-or-</para><para>If <paramref name="maxReadLength" /> is less than zero.</para></exception> |
515 | 515 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
516 | | - <exception cref="!:StringSerializationException"> |
| 516 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
517 | 517 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
518 | 518 | </exception> |
519 | 519 | </member> |
|
925 | 925 | <exception cref="T:System.ArgumentNullException">If <paramref name="url" /> is <c>null</c>.</exception> |
926 | 926 | <exception cref="T:System.UriFormatException">If <paramref name="url" /> is not a valid base URI.</exception> |
927 | 927 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
928 | | - <exception cref="!:StringSerializationException"> |
| 928 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
929 | 929 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
930 | 930 | </exception> |
931 | 931 | </member> |
|
1112 | 1112 | <exception cref="T:System.ArgumentNullException">If <paramref name="url" /> is <c>null</c>.</exception> |
1113 | 1113 | <exception cref="T:System.UriFormatException">If <paramref name="url" /> is not a valid base URI.</exception> |
1114 | 1114 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
1115 | | - <exception cref="!:StringSerializationException"> |
| 1115 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
1116 | 1116 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
1117 | 1117 | </exception> |
1118 | 1118 | </member> |
|
1173 | 1173 | and strongly-typed data from the REST response.</returns> |
1174 | 1174 | <exception cref="T:System.ArgumentNullException">If <paramref name="url" /> is <c>null</c>.</exception> |
1175 | 1175 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
1176 | | - <exception cref="!:StringSerializationException"> |
| 1176 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
1177 | 1177 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
1178 | 1178 | </exception> |
1179 | 1179 | </member> |
|
1278 | 1278 | and strongly-typed data from the REST response.</returns> |
1279 | 1279 | <exception cref="T:System.ArgumentNullException">If <paramref name="url" /> is <c>null</c>.</exception> |
1280 | 1280 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
1281 | | - <exception cref="!:StringSerializationException"> |
| 1281 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
1282 | 1282 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
1283 | 1283 | </exception> |
1284 | 1284 | </member> |
|
1546 | 1546 | <para>-or-</para><para>If <paramref name="maxReadLength" /> is less than zero.</para></exception> |
1547 | 1547 | <exception cref="T:System.UriFormatException">If <paramref name="url" /> is not a valid base URI.</exception> |
1548 | 1548 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
1549 | | - <exception cref="!:StringSerializationException"> |
| 1549 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
1550 | 1550 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
1551 | 1551 | </exception> |
1552 | 1552 | </member> |
|
1642 | 1642 | If <paramref name="bufferSize" /> is less than or equal to zero. |
1643 | 1643 | <para>-or-</para><para>If <paramref name="maxReadLength" /> is less than zero.</para></exception> |
1644 | 1644 | <exception cref="T:System.NotSupportedException">If <paramref name="method" /> is not supported by the service.</exception> |
1645 | | - <exception cref="!:StringSerializationException"> |
| 1645 | + <exception cref="T:JSIStudios.SimpleRESTServices.Client.Json.StringSerializationException"> |
1646 | 1646 | If the body of the response could not be deserialized to an object of type <typeparamref name="T" />. |
1647 | 1647 | </exception> |
1648 | 1648 | </member> |
|
0 commit comments