Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
135073 Points
21662 Posts
Moderator
MVP
Sep 24, 2011 05:56 PM|LINK
Add a new
Public Class MyException
Inherits Exception
add anywhat construcotrs properties / methods you want to
Then
throw new MyException(...)
ignatandrei
All-Star
135073 Points
21662 Posts
Moderator
MVP
Re: How to throw custom exceptions in vb.net?
Sep 24, 2011 05:56 PM|LINK
Add a new
Public Class MyException
Inherits Exception
add anywhat construcotrs properties / methods you want to
Then
throw new MyException(...)