Error Property of a class

  • Thread starter Thread starter jack bretcher
  • Start date Start date
J

jack bretcher

I am developing a DDL that will be a wrapper for an existing set of
libs.

What I am trying to do is implement the class.error property in my
wrapper. I have tried to create a readonly property called error, but
error is a reserved word.

How do I create or implement the error property for my class?
 
Public ReadOnly Property [Error]() As Object
Get
...
End Get
End Property

Mythran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top