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
SyntaxPublic 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:
mcShowErrorFlagsImplements
IMcApplication.ShowError(String, Object, String, mcShowErrorFlags, Int32)IMcApplication2.ShowError(String, Object, String, mcShowErrorFlags, Int32)
Remarks
See Also