C# Class Subtext.Framework.Exceptions.BlogImportException

Inheritance: System.Exception
Show file Open project: ayende/Subtext

Public Methods

Method Description
BlogImportException ( string importFailureReason ) : System

Creates a new BlogImportException instance.

BlogImportException ( string importFailureReason, Exception innerException ) : System

Creates a new BlogImportException instance.

Method Details

BlogImportException() public method

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...
return System

BlogImportException() public method

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
return System