Class RdfException
Class for representing errors with RDF.
Inheritance
RdfException
      
      
      
      
      
      
      
      
      
      
      
  Implements
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class RdfException : Exception, ISerializable
  Constructors
| Edit this page View SourceRdfException(string)
Creates a new RDF Exception with the given Message.
Declaration
public RdfException(string errorMsg)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | errorMsg | Error Message.  | 
      
RdfException(string, Exception)
Creates a new RDF Exception with the given Message and Inner Exception.
Declaration
public RdfException(string errorMsg, Exception cause)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | errorMsg | Error Message.  | 
      
| Exception | cause | Inner Exception.  |