BetterCms.Core.Exceptions.Modules.ModuleAlreadyInstalledException.ModuleAlreadyInstalledException C# (CSharp) Method

ModuleAlreadyInstalledException() public method

public ModuleAlreadyInstalledException ( ) : System
return System
        public ModuleAlreadyInstalledException()
        {
        }

Same methods

ModuleAlreadyInstalledException::ModuleAlreadyInstalledException ( string message ) : System
ModuleAlreadyInstalledException::ModuleAlreadyInstalledException ( string message, Exception innerException ) : System
ModuleAlreadyInstalledException