C# Class Bloom.Book.ErrorBook

Inheritance: Book
Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Свойство Type Description
Exception System.Exception

Méthodes publiques

Méthode 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 méthode

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
Résultat System

GetLayout() public méthode

public GetLayout ( ) : Layout
Résultat Layout

Property Details

Exception public_oe property

public Exception,System Exception
Résultat System.Exception