OpenDOF Project
void DOFRequest_Throw ( DOFRequest  request,
DOFException  except 
)

Throw a DOFException to the Requestor and complete the request.

For most requests, this completes the request, and no further references to the request are allowed. Subscribe, Register, and Session requests remain valid until their respective complete provider callback is called; however, they can no longer be used to accept or throw another exception.

Parameters
requestThe Request. This must not be NULL.
exceptThe Exception. This should not be NULL (if NULL, a generic exception is returned to the requestor).
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22