Class RdfParserSelectionException
Class for representing errors in selecting an appropriate parser to parse RDF with.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public class RdfParserSelectionException : RdfParseException, ISerializable
Constructors
| Edit this page View SourceRdfParserSelectionException(string)
Creates a new RDF Parser Selection Exception with the given Message.
Declaration
public RdfParserSelectionException(string errorMsg)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | Error Message. |
RdfParserSelectionException(string, Exception)
Creates a new RDF Parser Selection Exception with the given Message and Inner Exception.
Declaration
public RdfParserSelectionException(string errorMsg, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | errorMsg | Error Message. |
Exception | cause | Inner Exception. |