M-Files UI Extensibility Framework
GetLongErrorDescription Method
ICommonFunctions Interface : GetLongErrorDescription Method
The error exception object.
Description
Extracts the long (detailed) error description from the error exception object.
Syntax
Visual Basic
Public Function GetLongErrorDescription( _
   ByVal exception As Variant _
) As String
Parameters
exception
The error exception object.
Return Type
The detailed error description.
Remarks

The long error description contains the call stack to the error source, and may contain a binary block that is intended for machine readers.

Supported in M-Files 10.0.3911.3 and newer.

See Also

ICommonFunctions Interface  | ICommonFunctions Members