DOFException Constructor (Int32, DOFProviderInfo)OpenDOF Object Access Library
Construct a DOFException containing an error code and a DOFProviderInfo .

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

C#
protected DOFException(
	int errorCode,
	DOFProviderInfo providerInfo
)

Parameters

errorCode
Type: SystemInt32
The associated error code.
providerInfo
Type: org.opendof.core.oalDOFProviderInfo
Information about the provider that threw the exception.
See Also

Reference