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

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

Méthodes publiques

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

Method Details

ModuleException() public méthode

public ModuleException ( ) : System
Résultat System

ModuleException() public méthode

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

ModuleException() public méthode

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