Get the result.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract DOFResult<DOFValue> getResult()
Return Value
Type: DOFResultDOFValuethe result.
Exceptions
Exception | Condition |
---|---|
DOFErrorException | if an exception occurs other than the provider throwing a Exception . |
DOFProviderException | if the provider threw a Exception rather than returning a result. |
DOFErrorException | |
DOFProviderException |
Remarks
See Also