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

The short error description gives the essential error indication for the user. 

Supported in M-Files 10.0.3911.3 and newer.

See Also

ICommonFunctions Interface  | ICommonFunctions Members