Click or drag to resize

Globalsg_pAppShowError Method

Namespace:  MediaCy.Addins.LearningSegmentation
Assembly:  MediaCy.Addins.LearningSegmentation (in MediaCy.Addins.LearningSegmentation.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Sub g_pAppShowError ( 
	Optional OverallDescription As String = "",
	Optional ErrorInfo As Object = Nothing,
	Optional Module As String = "",
	Optional Flags As mcShowErrorFlags = mcShowErrorFlags.mcsefNoFlags,
	Optional ErrorCode As Integer = 0
)

Parameters

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