C# Class BetterCms.Core.Exceptions.Service.PageException

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

Méthodes publiques

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

Method Details

PageException() public méthode

public PageException ( ) : System
Résultat System

PageException() public méthode

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

PageException() public méthode

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