C# 클래스 iBlog.Exceptions.UrlNotFoundException

The url not found exception.
상속: System.Exception
파일 보기 프로젝트 열기: lei-zhu/iBlog

공개 메소드들

메소드 설명
UrlNotFoundException ( ) : System

Initializes a new instance of the UrlNotFoundException class.

UrlNotFoundException ( string message ) : System

Initializes a new instance of the UrlNotFoundException class.

메소드 상세

UrlNotFoundException() 공개 메소드

Initializes a new instance of the UrlNotFoundException class.
public UrlNotFoundException ( ) : System
리턴 System

UrlNotFoundException() 공개 메소드

Initializes a new instance of the UrlNotFoundException class.
public UrlNotFoundException ( string message ) : System
message string /// The message. ///
리턴 System