Testing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sureshkms
    New Member
    • Aug 2007
    • 5

    #1

    Testing

    I would like to know the different types of run time errors present in c#
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    This type of question is best researched through search engines. We help you if you have a problem with your project.

    MODERATOR

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Anything that inherets from the Exception class.

      Comment

      • sureshkms
        New Member
        • Aug 2007
        • 5

        #4
        Yes i am doing some research on creating testing tool for C#. so i want to know the run time errors present in C#

        Comment

        • sureshkms
          New Member
          • Aug 2007
          • 5

          #5
          Can u tell the different types of runtime errors, it will help me more on developing a testing tool.

          Comment

          • Plater
            Recognized Expert Expert
            • Apr 2007
            • 7872

            #6
            Well there's probably a couple 100 that come built into .NET
            PLUS since Exception is inheritable, you can make your own custom ones.

            So, asking what exceptions there are is not really a good question.

            Comment

            • TRScheel
              Recognized Expert Contributor
              • Apr 2007
              • 638

              #7
              Originally posted by sureshkms
              Yes i am doing some research on creating testing tool for C#. so i want to know the run time errors present in C#
              Why?

              NUnit is amazing

              The new VS (Orcas) is coming with a great test tool

              Seems kind of redundant to me.


              -- If worse comes to worse, and you really want to know how its done, use reflection on NUnit.

              Comment

              Working...