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
M

Moraleitor

@Moraleitor
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • catching exceptions thrown from a thread
    M Moraleitor

    I'm calling a method from myclass using a thread. How could I catch the exceptions thrown from this thread? Try Dim x As New MyClass Dim obj as new CControlObject obj.param1=1 obj.param2=2 Dim TPool As System.Threading.ThreadPool TPool.QueueUserWorkItem(New System.Threading.WaitCallback _ (AddressOf x.dowhatever), obj) Catch ex As Exception MsgBox("Error: " & ex.ToString) End Try

    Visual Basic help question
  • Login

  • Don't have an account? Register

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