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: IListDOFValueThe parameters for this provider exception. Returns an empty list if no parameters are defined.
Remarks
See Also