C# Класс Subtext.Framework.Exceptions.BlogImportException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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