SemWeb : SemWeb.Query Namespace
QueryFormatException Class

This exception may be thrown while parsing or initializing a query.

public class QueryFormatException : ApplicationException


Remarks

None.

Members

See Also: Inherited members from ApplicationException.

Constructors

Creates a new QueryFormatException.
To be added.

Member Details

QueryFormatException Constructor

public QueryFormatException (string message)

Creates a new QueryFormatException.

Parameters

message
The message of the exception.

Remarks

To be added.

QueryFormatException Constructor

public QueryFormatException (string message, Exception cause)

To be added.

Parameters

message
The message of the exception.
cause
The cause of the exception.

Remarks

None.