IStorageProviderDeleteGraph Method (Uri) |
Namespace: VDS.RDF.Storage
Exception | Condition |
---|---|
NotSupportedException | May be thrown if the underlying Store is not capable of doing Deleting a Graph. |
RdfStorageException | May be thrown if the underlying Store is not capable of Deleting a Graph or an error occurs while performing the delete. |
Note: Not all Stores are capable of Deleting a Graph so it is acceptable for such a Store to throw a NotSupportedException or an RdfStorageException if the Store cannot provide this functionality.