|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to use the "ArgumentOutOfRangeException"how can i override the "ArgumentOutOfRangeException" or catch it in my
dorpdownlist? ÀÏÆÅ»³ÔÐ6¸öÔ wrote:
> how can i override the "ArgumentOutOfRangeException" or catch it in my try> dorpdownlist? > > { your code... } catch(ArgumentOutOfRangeException ex) { handle ex... } However, I would suggest implementing your code in a way that this exception does not occur in the first place. -- Rob Schieber |
|||||||||||||||||||||||