SemWeb : SemWeb.Query Namespace
QueryExecutionException Class

This exception may be thrown during the execution of a query.

public class QueryExecutionException : 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 QueryExecutionException.
Documentation for this section has not yet been entered.

Member Details

QueryExecutionException Constructor

Creates a new QueryExecutionException.

public QueryExecutionException (string message)

Parameters

message
The message 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

QueryExecutionException Constructor

Documentation for this section has not yet been entered.

public QueryExecutionException (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