RdfParseException Constructor |
Name | Description | |
---|---|---|
RdfParseException(String) |
Creates a new RDF Parse Exception with the given Message.
| |
RdfParseException(String, Exception) |
Creates a new RDF Parse Exception with the given Message and Inner Exception.
| |
RdfParseException(String, PositionInfo) |
Creates a new RDF Parse Exception which contains Position Information.
| |
RdfParseException(String, IToken) |
Creates a new RDF Parse Exception which contains Position Information taken from the given Token.
| |
RdfParseException(String, Int32, Int32) |
Creates a new RDF Parse Exception which contains Position Information.
| |
RdfParseException(String, PositionInfo, Exception) |
Creates a new RDF Parse Exception which contains Position Information.
| |
RdfParseException(String, IToken, Exception) |
Creates a new RDF Parse Exception which contains Position Information taken from the given Token.
| |
RdfParseException(String, Int32, Int32, Exception) |
Creates a new RDF Parse Exception which contains Position Information.
| |
RdfParseException(String, Int32, Int32, Int32) |
Creates a new RDF Parse Exception which contains Position Information.
| |
RdfParseException(String, Int32, Int32, Int32, Exception) |
Creates a new RDF Parse Exception which contains Position Information.
| |
RdfParseException(String, Int32, Int32, Int32, Int32) |
Creates a new RDF Parse Exception which contains Position Information.
| |
RdfParseException(String, Int32, Int32, Int32, Int32, Exception) |
Creates a new RDF Parse Exception which contains Position Information.
|