C# 클래스 Cats.Localization.Exceptions.PageNotFoundException

상속: System.Exception
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
PageNotFoundException ( string message ) : System
PageNotFoundException ( string message, Exception innerException ) : System
ToString ( ) : string

메소드 상세

PageNotFoundException() 공개 메소드

public PageNotFoundException ( string message ) : System
message string
리턴 System

PageNotFoundException() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string