C# Class BetterCms.Core.Exceptions.Modules.ModuleAlreadyInstalledException

Inheritance: ModuleException
Exibir arquivo Open project: devbridge/BetterCMS

Public Methods

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

Method Details

ModuleAlreadyInstalledException() public method

public ModuleAlreadyInstalledException ( ) : System
return System

ModuleAlreadyInstalledException() public method

public ModuleAlreadyInstalledException ( string message ) : System
message string
return System

ModuleAlreadyInstalledException() public method

public ModuleAlreadyInstalledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System