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

Inheritance: ModuleException
Datei anzeigen Open project: devbridge/BetterCMS

Public Methods

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

Method Details

ModuleManagerNullException() public method

public ModuleManagerNullException ( ) : System
return System

ModuleManagerNullException() public method

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

ModuleManagerNullException() public method

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