SemWeb : SemWeb Namespace
ParserException Class

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

public class ParserException : ApplicationException


Remarks

None.

Members

See Also: Inherited members from ApplicationException.

Constructors

Creates a new ParserException.
Creates a new ParserException.

Member Details

ParserException Constructor

public ParserException (string message)

Creates a new ParserException.

Parameters

message
A text message indicating the parsing exception that occurred.

Remarks

None.

ParserException Constructor

public ParserException (string message, Exception cause)

Creates a new ParserException.

Parameters

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

Remarks

None.