DOFSecurityExceptiongetMessage Method OpenDOF Object Access Library
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: String
The message.
Remarks

Get the error message of the specified exception.
See Also

Reference