Home

What is the correct answer?

4

To get details about an error use

A. Err.Message

B. Err.Desc

C. Err.Description

D. Err.Number

Correct Answer :

C. Err.Description


Related Questions

A Windows Service if installed cannot be uninstalled The default Tab of a Tab Control is To print use In reports ___________ property help to assign user-defined criteria In ADODB the _____________ property is used to connect to the table If a Form is Inherited from another Form and both Forms have certain codes… The name of the IDE window that allows you to see the hierarchical arrangement… To make a button the default button, this property of the form must be… In TreeView to collapse all the nodes of a selected node ___________ method… To add controls at runtime use A user wants that custom colors are visible when the Color Dialog Box… VB.NET supports Multi Level Inheritance _________ and _____________ combines to make a KeyPress event A TreeView can have multiple root nodes The EventLog's ________ method is used to write an entry to a log file Dim a() as Integer-{1,2,3,4}is a valid statement Default event handler of Splitter is If a form call another form and the caller form is closed through code,… Using MyBase you can call base class Images can be loaded from Use a _________ statement to make Visual Basic object the default object… A form can have only ______ Main Menu and _________ Context Menu This property of TrackBar is not present The correct sequence of Form Loading is dim arr(10) as string, the max index of the array is To retrieve the default path of the project use If MustOverride is used then ____________ is also a must. Only derived class can have shadows keyword A DataSet can hold multiple tables even if there are similar fields To use HelpProvider, the following properties of the form needs to be…