Click or drag to resize

RdfParseException Constructor

Overload List
  NameDescription
Public methodRdfParseException(String)
Creates a new RDF Parse Exception with the given Message.
Public methodRdfParseException(String, Exception)
Creates a new RDF Parse Exception with the given Message and Inner Exception.
Public methodRdfParseException(String, PositionInfo)
Creates a new RDF Parse Exception which contains Position Information.
Public methodRdfParseException(String, IToken)
Creates a new RDF Parse Exception which contains Position Information taken from the given Token.
Public methodRdfParseException(String, Int32, Int32)
Creates a new RDF Parse Exception which contains Position Information.
Public methodRdfParseException(String, PositionInfo, Exception)
Creates a new RDF Parse Exception which contains Position Information.
Public methodRdfParseException(String, IToken, Exception)
Creates a new RDF Parse Exception which contains Position Information taken from the given Token.
Public methodRdfParseException(String, Int32, Int32, Exception)
Creates a new RDF Parse Exception which contains Position Information.
Public methodRdfParseException(String, Int32, Int32, Int32)
Creates a new RDF Parse Exception which contains Position Information.
Public methodRdfParseException(String, Int32, Int32, Int32, Exception)
Creates a new RDF Parse Exception which contains Position Information.
Public methodRdfParseException(String, Int32, Int32, Int32, Int32)
Creates a new RDF Parse Exception which contains Position Information.
Public methodRdfParseException(String, Int32, Int32, Int32, Int32, Exception)
Creates a new RDF Parse Exception which contains Position Information.
Top
See Also