BetterCms.Core.Exceptions.Modules.ModuleAlreadyInstalledException.ModuleAlreadyInstalledException C# (CSharp) Метод

ModuleAlreadyInstalledException() публичный Метод

public ModuleAlreadyInstalledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public ModuleAlreadyInstalledException(string message, Exception innerException)
            : base(message, innerException)
        {
        }
    }

Same methods

ModuleAlreadyInstalledException::ModuleAlreadyInstalledException ( ) : System
ModuleAlreadyInstalledException::ModuleAlreadyInstalledException ( string message ) : System
ModuleAlreadyInstalledException