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

Inheritance: ModuleException
Afficher le fichier Open project: devbridge/BetterCMS

Méthodes publiques

Méthode Description
ModuleManagerNullException ( ) : System
ModuleManagerNullException ( string message ) : System
ModuleManagerNullException ( string message, Exception innerException ) : System

Method Details

ModuleManagerNullException() public méthode

public ModuleManagerNullException ( ) : System
Résultat System

ModuleManagerNullException() public méthode

public ModuleManagerNullException ( string message ) : System
message string
Résultat System

ModuleManagerNullException() public méthode

public ModuleManagerNullException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System