|
-
May 3rd, 2013, 06:14 AM
#1
Thread Starter
Junior Member
Pass Exception Message to label on another page
I’m wondering once I catch an exception, how can I use the exception message in another page?
How can I pass this exception message into a label on another page? In order so I can have the exception message displayed with my own material. What is the best way to go about this?
Example:
Try
'logic in here
Catch ex As Exception
ex.Message 'pass this message of the exception so it can be used in a different page
End Try
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|