1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11:
Public Sub ExecuteMethod() Try If _callback IsNot Nothing Then Me.Callback(_state) Else Me.Simple() End If Catch exception As Exception Me.Exception = exception End Try End Sub