DOFRequestGetrespond Method (DOFErrorException)OpenDOF Object Access Library
Respond with an error 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(
	DOFErrorException exception
)

Parameters

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

Respond with an error exception for this request.

Only the following error codes are allowed from Provider.get(Provide, Get, Property) :

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