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: StringThe String representation of the errorCode.
Remarks
See Also