IUriLoaderCacheGetETag Method |
Namespace: VDS.RDF.Parsing
[Missing <returns> documentation for "M:VDS.RDF.Parsing.IUriLoaderCache.GetETag(System.Uri)"]
Exception | Condition |
---|---|
KeyNotFoundException | Thrown if there is no ETag for the given URI. |
Calling code MUST always use the HasETag() method prior to using this method so it should be safe to throw the KeyNotFoundException if there is no ETag for the given URI.