Get the error message of the specified exception.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static string getMessage( Exception e )
Parameters
- e
- Type: SystemException
The exception.
Return Value
Type: StringThe message.
Remarks
See Also