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

Inheritance: CmsException
Exibir arquivo Open project: devbridge/BetterCMS

Public Methods

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

Method Details

PageException() public method

public PageException ( ) : System
return System

PageException() public method

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

PageException() public method

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