Originally posted here: BetterCms.com Bug Report
Upon researching, it was found the BetterModules.Code.Exceptions.CoreException class implements the ISerializable interface but it does not have a default parameterless constructor. All classes which implement ISeriazable should also have a default, parameterless constructor.
BetterModules.Code.Exceptions.CoreException Source