Results 1 to 4 of 4

Thread: [RESOLVED] Global Exception Handling

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Location
    Austin, TX
    Posts
    120

    Resolved [RESOLVED] Global Exception Handling

    Is there an option for global exception handling for mobile development like there is for Windows Apps?

    VS 2005, .Net 2, Developing for Windows Mobile 5

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Global Exception Handling

    Can you use some Try block in the startup code like I mentioned in the other thread? It was 2003, but there might be some similar fashion for 2005.
    My usual boring signature: Nothing

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Location
    Austin, TX
    Posts
    120

    Re: Global Exception Handling

    Sorry, I posted this before I saw your reply to the other post...

    I will give it a shot. Thank you for you information! I'll let you know if it works.

    Thanks!
    -Corey

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Location
    Austin, TX
    Posts
    120

    Re: Global Exception Handling

    I implemented an entrypoint, and just put a try-catch around the main entry point... that worked great!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width