Construct a new Exception.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected Exception( int identifier, DOFType[] parameters )
Parameters
- identifier
- Type: SystemInt32
A number from 0 - 65,535 that uniquely, within a DOFInterface, identifies this Exception from other Methods, Events, Properties, and Exceptions. - parameters
- Type: org.opendof.core.oalDOFType
The Parameters for this Exception. Null == none.
Remarks
See Also