error in class - basic.visual

This is a discussion on error in class - basic.visual ; Hello, in MSDN it says in err.source property:........ For errors in a class module, Source contains a name with the project.class form. But I don't get that .class. Is MSDN wrong or am I doing something wrong? Thanx Frank...

+ Reply to Thread
Results 1 to 3 of 3

error in class

  1. Default error in class

    Hello,

    in MSDN it says in err.source property:........ For errors in a class
    module, Source contains a name with the project.class form.
    But I don't get that .class. Is MSDN wrong or am I doing something wrong?

    Thanx

    Frank



  2. Default Re: error in class

    Some code for example....


    "Frank" <frank@frank.com> wrote in message
    news:bs6hp1$cmn$1@news3.tilbu1.nb.home.nl...
    > Hello,
    >
    > in MSDN it says in err.source property:........ For errors in a class
    > module, Source contains a name with the project.class form.
    > But I don't get that .class. Is MSDN wrong or am I doing something wrong?
    >
    > Thanx
    >
    > Frank
    >
    >




  3. Default Re: error in class


    "Frank" <frank@frank.com> wrote in message
    news:bs6hp1$cmn$1@news3.tilbu1.nb.home.nl...
    > Hello,
    >
    > in MSDN it says in err.source property:........ For errors in a class
    > module, Source contains a name with the project.class form.
    > But I don't get that .class. Is MSDN wrong or am I doing something

    wrong?
    >
    > Thanx
    >
    > Frank
    >
    >

    MSDN is describing what well behaved classes should do, especially if
    you create classes in activex dlls or exes. Most of the MS classes will
    behave that way. However, your own classes won't unless you make them do
    so by raising errors yourself and setting the err.source appropriately.
    The wording in MSDN is not very clear about this.




+ Reply to Thread

Similar Threads

  1. error:not a class
    By Application Development in forum c++
    Replies: 3
    Last Post: 11-07-2007, 07:31 AM
  2. error:not a class
    By Application Development in forum C
    Replies: 2
    Last Post: 11-06-2007, 08:20 AM
  3. CLASS error
    By Application Development in forum xharbour
    Replies: 6
    Last Post: 10-07-2007, 03:07 AM
  4. Class Not registered error
    By Application Development in forum ADO DAO RDO RDS
    Replies: 3
    Last Post: 09-12-2007, 07:58 AM
  5. my first class - getting an error
    By Application Development in forum CSharp
    Replies: 4
    Last Post: 09-10-2007, 11:23 PM