SemWeb : SemWeb.Query Namespace
QueryExecutionException Class

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

public class QueryExecutionException : ApplicationException


Remarks

None.

Members

See Also: Inherited members from ApplicationException.

Constructors

Creates a new QueryExecutionException.
To be added.

Member Details

QueryExecutionException Constructor

public QueryExecutionException (string message)

Creates a new QueryExecutionException.

Parameters

message
The message of the exception.

Remarks

None.

QueryExecutionException Constructor

public QueryExecutionException (string message, Exception cause)

To be added.

Parameters

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

Remarks

None.