DOFExceptionMessage Property OpenDOF Object Access Library
Gets a message that describes the conditions of this exception.

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

C#
public override string Message { get; }

Return Value

Type: String
The error message.

Implements

_ExceptionMessage
Remarks

Gets a message that describes the conditions of this exception. If a custom error message has not been specified, a string corresponding to the error code specified will be returned.
See Also

Reference