C# 클래스 Bloom.Book.ErrorBook

상속: Book
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 프로퍼티들

프로퍼티 타입 설명
Exception System.Exception

공개 메소드들

메소드 설명
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

메소드 상세

ErrorBook() 공개 메소드

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
리턴 System

GetLayout() 공개 메소드

public GetLayout ( ) : Layout
리턴 Layout

프로퍼티 상세

Exception 공개적으로 프로퍼티

public Exception,System Exception
리턴 System.Exception