Definition at line 257 of file XmlPreloadedResolver.cs.
258 {
259 if (uri == null)
260 {
261 throw new ArgumentNullException("uri");
262 }
264 {
265 throw new ArgumentNullException("value");
266 }
268 {
269 throw new ArgumentOutOfRangeException("count");
270 }
272 {
273 throw new ArgumentOutOfRangeException("offset");
274 }
276 {
277 throw new ArgumentOutOfRangeException("count");
278 }
280 }
References System.Add, System.count, System.offset, and System.value.