Search results for query: *

  • Users: sunabeda
  • Content: Threads
  • Order by date
  1. S

    Error Handling

    Hello How do I catch the error which are thrown in the class? I have a class as follows: Namespace ErrorClass1 PublicClass Class1 Private mId AsInteger PublicProperty Id() AsInteger Get Return mId EndGet Set(ByVal Value AsInteger) Try mId = Value Catch ex As Exception ThrowNew...
Back
Top