Hi all,
I have a customized ModelBinder which bind web from with a object using code like this"
[ModelBinder(typeof(CustomizedModelBinder))]
public class Widget{ ... }
This modelbinder may throw exceptions and where should I add code to catch those exceptions? Thanks in advance!