C# Class Bloom.Book.ErrorBook

Inheritance: Book
Show file Open project: BloomBooks/BloomDesktop

Public Properties

Property Type Description
Exception System.Exception

Public Methods

Method Description
ErrorBook ( Exception exception, string folderPath, bool canDelete ) : System

this is a bit of a hack to handle representing a book for which we got an exception while loading the storage... a better architecture wouldn't have this...

GetLayout ( ) : Layout

Method Details

ErrorBook() public method

this is a bit of a hack to handle representing a book for which we got an exception while loading the storage... a better architecture wouldn't have this...
public ErrorBook ( Exception exception, string folderPath, bool canDelete ) : System
exception System.Exception
folderPath string
canDelete bool
return System

GetLayout() public method

public GetLayout ( ) : Layout
return Layout

Property Details

Exception public property

public Exception,System Exception
return System.Exception