C# 클래스 Subtext.Framework.Exceptions.BlogImportException

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

공개 메소드들

메소드 설명
BlogImportException ( string importFailureReason ) : System

Creates a new BlogImportException instance.

BlogImportException ( string importFailureReason, Exception innerException ) : System

Creates a new BlogImportException instance.

메소드 상세

BlogImportException() 공개 메소드

Creates a new BlogImportException instance.
public BlogImportException ( string importFailureReason ) : System
importFailureReason string This is our best guess as to why the import failed /// and we threw the error. i.e.- Could not find the BlogML file, The BlogML file is not /// valid, etc...
리턴 System

BlogImportException() 공개 메소드

Creates a new BlogImportException instance.
public BlogImportException ( string importFailureReason, Exception innerException ) : System
importFailureReason string This is our best guess as to why the import failed /// and we threw the error. i.e.- Could not find the BlogML file, The BlogML file is not /// valid, etc...
innerException System.Exception
리턴 System