C# Class Cats.Localization.Exceptions.PageNotFoundException

Inheritance: System.Exception
显示文件 Open project: edgecomputing/cats

Public Methods

Method Description
PageNotFoundException ( string message ) : System
PageNotFoundException ( string message, Exception innerException ) : System
ToString ( ) : string

Method Details

PageNotFoundException() public method

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

PageNotFoundException() public method

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

ToString() public method

public ToString ( ) : string
return string