public override void Install(IDictionary stateSaver) { try { base.Install(stateSaver); } catch(Exception ex) { throw new InstallException("error"); } }
throw new InstallException("error");
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)