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

Inheritance: ModuleException
Datei anzeigen Open project: devbridge/BetterCMS

Public Methods

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

Method Details

ModuleRepositoryNullException() public method

public ModuleRepositoryNullException ( ) : System
return System

ModuleRepositoryNullException() public method

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

ModuleRepositoryNullException() public method

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