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

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

Méthodes publiques

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

Method Details

ModuleNotFoundException() public méthode

public ModuleNotFoundException ( ) : System
Résultat System

ModuleNotFoundException() public méthode

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

ModuleNotFoundException() public méthode

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