Class RdfStorageException
Class for representing errors that occur in RDF Storage.
Implements
Inherited Members
Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.dll
Syntax
public class RdfStorageException : RdfException, ISerializable
  Constructors
| Edit this page View SourceRdfStorageException(string)
Creates a new RDF Storage Exception.
Declaration
public RdfStorageException(string errorMsg)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | errorMsg | Error Message.  | 
      
RdfStorageException(string, Exception)
Creates a new RDF Storage Exception.
Declaration
public RdfStorageException(string errorMsg, Exception cause)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | errorMsg | Error Message.  | 
      
| Exception | cause | Exception which caused this Exception.  |