DOFProviderException Constructor (DOFInterfaceException, DOFValue)OpenDOF Object Access Library
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,
	params DOFValue[] parameters
)

Parameters

exception
Type: org.opendof.core.oalDOFInterfaceException
The exception as defined by a correlating interface definition. Must not be null.
parameters
Type: org.opendof.core.oalDOFValue
The parameters for the exception if defined. May be omitted if no parameters are desired.
Remarks

Construct a DOFProviderException from a DOFInterface.Exception and its parameters.
See Also

Reference