Click or drag to resize

McApplicationShowError Method

Displays a dialog providing information about the specified error.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function ShowError ( 
	Optional OverallDescription As String = "",
	Optional ErrorInfo As Object = Nothing,
	Optional Module As String = "",
	Optional Flags As mcShowErrorFlags = mcShowErrorFlags.mcsefNoFlags,
	Optional ErrorCode As Integer = 0
) As mcShowErrorFlags

Parameters

OverallDescription (Optional)
Type: SystemString
ErrorInfo (Optional)
Type: SystemObject
Module (Optional)
Type: SystemString
Flags (Optional)
Type: mcShowErrorFlags
ErrorCode (Optional)
Type: SystemInt32

Return Value

Type: mcShowErrorFlags

Implements

IMcApplication.ShowError(String, Object, String, mcShowErrorFlags, Int32)
IMcApplication2.ShowError(String, Object, String, mcShowErrorFlags, Int32)
Remarks