Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. what is "IsError"? how do it use?

what is "IsError"? how do it use?

Scheduled Pinned Locked Moved Visual Basic
question
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    yonemay
    wrote on last edited by
    #1

    pls tell me

    V C J 3 Replies Last reply
    0
    • Y yonemay

      pls tell me

      V Offline
      V Offline
      Vimalsoft Pty Ltd
      wrote on last edited by
      #2

      Again you did not Google, you must learn to google before you post. you will be ignored here. We need real Questions, not this. If you have bought a book and Stop spending money on weekend with friends, then you would have know the Answer. http://www.google.co.za/search?hl=en&q=IsError&meta=[^] it will help

      Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sudden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

      P 1 Reply Last reply
      0
      • Y yonemay

        pls tell me

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        As someone else said, you can't learn at this basic level by flooding the forums, you need to bu ya book.

        Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillionOneHundredAndFortySevenMillionFourHundredAndEightyThreeThousandSixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it )

        1 Reply Last reply
        0
        • V Vimalsoft Pty Ltd

          Again you did not Google, you must learn to google before you post. you will be ignored here. We need real Questions, not this. If you have bought a book and Stop spending money on weekend with friends, then you would have know the Answer. http://www.google.co.za/search?hl=en&q=IsError&meta=[^] it will help

          Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sudden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

          P Offline
          P Offline
          pmarfleet
          wrote on last edited by
          #4

          He's from Myanmar, so a surplus of disposable income is probably not something he has to worry about...

          Paul Marfleet

          1 Reply Last reply
          0
          • Y yonemay

            pls tell me

            J Offline
            J Offline
            John_Adams
            wrote on last edited by
            #5

            Hi, In regards to your question I would like mention that IsError is a Method which returns a Boolean value indicating whether an expression is an exception type. IsError returns True if the expression represents an Object variable that derives from the Exception class in the System namespace. The following code snippet will explain how we can use the IsError Method. Sub demonstrateIsError(ByVal firstArg As Integer) Dim returnVal As New Object Dim badArg As String = "Bad argument value" Dim errorCheck As Boolean If firstArg > 10000 Then returnVal = New System.ArgumentOutOfRangeException(badArg) End If errorCheck = IsError(returnVal) End Sub I hope this helps.

            Regards, John Adams ComponentOne LLC

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups