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: StringThe exceptions error message.
Remarks
See Also