The text of this article is not in this database — only its details are. Read it on the old site: Custom Exception Handling in VB.NET
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Custom Exception Handling in VB.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
ajay choudharyeditedPosted Mar 5, 2007, 2:38 AMEdited Mar 5, 2007, 2:41 AM
Dim rm As New ResourceManager("Exceptions", [Assembly].GetExecutingAssembly()) its better to use below code..other wise sometime u will get error Dim rm As New ResourceManager("MyApplication.Exceptions", [Assembly].GetExecutingAssembly())