ErrorDialog Function (Exception) | |
Namespace:
XSharp.VO
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.21
Syntax FUNCTION ErrorDialog(
e AS Exception
) AS LONG
public static int ErrorDialog(
Exception e
)
Request Example
View SourceParameters
- e
- Type: Exception
Return Value
Type:
LongSee Also