DOFUtilgetErrorMessage Method OpenDOF Object Access Library
Convenience method to create more readable exception messages.

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

C#
public static string getErrorMessage(
	Exception exception
)

Parameters

exception
Type: SystemException
The exception to get the message for.

Return Value

Type: String
The exceptions error message.
Remarks

Convenience method to create more readable exception messages. If the exceptions message is null, then the string representation of the exception is returned.
See Also

Reference