Construct a DOFException containing an error message, 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, string message, Exception cause, DOFProviderInfo providerInfo )
Parameters
- errorCode
- Type: SystemInt32
The associated error code. - message
- Type: SystemString
The error message (see Message() ). This may be null. - cause
- Type: SystemException
A Throwable to include as the cause of the exception. - providerInfo
- Type: org.opendof.core.oalDOFProviderInfo
Information about the provider that threw the exception.
See Also