Search:

Type: Posts; User: Portorp; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    1
    Views
    3,912

    Re: throwexception from function to function

    in func2() something like this:

    Try
    func1()
    Catch ex as Exception
    ' Handle the exception
    Finally
    ' Cleanup code, always executed regardless of the exception
    End Try
  2. Answers
    3
    Views
    3,543

    Re: Different objects of a .NET framework?

    The question about objects is a bit too open-ended for a definite answer or we are using different terminology.

    But regarding the output, typically .NET executables or binaries are referred as...
  3. Re: Getting error methods cannot be declared as static

    Try using the "Shared"-keyword instead of static.

    E.g. Public Shared Function Foo(ByVal value as Boolean) as Boolean
Results 1 to 3 of 3
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact