DOFInterfacegetException Method OpenDOF Object Access Library
Get an Exception given its identifier.

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

C#
public virtual DOFInterfaceException getException(
	int itemID
)

Parameters

itemID
Type: SystemInt32
The Exception's identifier.

Return Value

Type: DOFInterfaceException
The Exception. Can be null if it does not exist.
Remarks

Get an Exception given its identifier.
See Also

Reference