DOFRequestGetrespond Method (DOFProviderException)OpenDOF Object Access Library
Respond with a provider exception for this request.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public abstract void respond(
	DOFProviderException exception
)

Parameters

exception
Type: org.opendof.core.oalDOFProviderException
The exception. Must not be null.
Remarks

Respond with a provider exception for this request.

NOTE: Often a call to

respond(...)
should be immediately followed by
return
in order to maintain the execution flow of a native
throw
statement.
See Also

Reference