You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: