SemWeb : SemWeb Namespace
ParserException Class

An exception thrown when an error occurs parsing an RDF document.

public class ParserException : ApplicationException

Remarks

None.

Requirements

Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.0, 1.0.6.2

Members

See Also: Inherited members from ApplicationException.

Public Constructors

Creates a new ParserException.
Creates a new ParserException.

Member Details

ParserException Constructor

Creates a new ParserException.

public ParserException (string message)

Parameters

message
A text message indicating the parsing exception that occurred.

Remarks

None.

Requirements

Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

ParserException Constructor

Creates a new ParserException.

public ParserException (string message, Exception cause)

Parameters

message
A text message indicating the parsing exception that occurred.
cause
A thrown exception that caused the parsing exception.

Remarks

None.

Requirements

Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2