Construct a DOFProviderException from a DOFInterface.Exception and its parameters.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFProviderException( DOFInterfaceException exception, IList<DOFValue> parameters )
Parameters
- exception
- Type: org.opendof.core.oalDOFInterfaceException
The exception as defined by a correlating interface definition. Must not be null. - parameters
- Type: System.Collections.GenericIListDOFValue
The parameter list for the exception if defined. Null = no parameters.
Remarks
See Also