DOFProviderExceptiongetParameters Method OpenDOF Object Access Library
Get the parameters for this DOFProviderException.

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

C#
public IList<DOFValue> getParameters()

Return Value

Type: IListDOFValue
The parameters for this provider exception. Returns an empty list if no parameters are defined.
Remarks

Get the parameters for this DOFProviderException.
See Also

Reference