SemWeb : SemWeb.Query Namespace
QueryFormatException Class

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

public class QueryFormatException : ApplicationException

Remarks

None.

Requirements

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

Members

See Also: Inherited members from ApplicationException.

Public Constructors

Creates a new QueryFormatException.
Documentation for this section has not yet been entered.

Member Details

QueryFormatException Constructor

Creates a new QueryFormatException.

public QueryFormatException (string message)

Parameters

message
The message of the exception.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0

QueryFormatException Constructor

Documentation for this section has not yet been entered.

public QueryFormatException (string message, Exception cause)

Parameters

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

Remarks

None.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0