DOFExceptiongetErrorCodeString Method OpenDOF Object Access Library
Get a String representation of an error code.

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

C#
public virtual string getErrorCodeString(
	int errorCode
)

Parameters

errorCode
Type: SystemInt32
The error code to convert to a String.

Return Value

Type: String
The String representation of the errorCode.
Remarks

Get a String representation of an error code. Subclasses should override this to provide string representations of error codes that they understand.
See Also

Reference