DOFSystemStategetAuthorizeException Method OpenDOF Object Access Library
Get the last authorization exception for this system, if any.

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

C#
DOFException getAuthorizeException()

Return Value

Type: DOFException
The exception or null if there isn't one.
Remarks

Get the last authorization exception for this system, if any. This will be null if isAuthorized() is true.
See Also

Reference