Method | Description | |
---|---|---|
HandleException ( |
||
TryExecuteAction ( Func |
Method | Description | |
---|---|---|
DefaultExceptionHandler ( IEnumerable |
||
GetHumanReadableActionName ( string action ) : string | ||
Handle ( |
||
Handle ( CompressedFileException ex, string action ) : |
||
Handle ( |
||
Handle ( |
||
Handle ( |
||
Handle ( RepositoryLockException ex, string action ) : |
||
Handle ( SQLiteException ex, string action ) : |
||
Handle ( |
||
HandleExceptionInternal ( |
||
UnwrapExceptionIfNeeded ( |
Method | Description | |
---|---|---|
HandleCorruptionException ( |
protected DefaultExceptionHandler ( IEnumerable |
||
ehs | IEnumerable |
|
return | System |
protected static GetHumanReadableActionName ( string action ) : string | ||
action | string | |
return | string |
protected static Handle ( |
||
ex | ||
action | string | |
return |
protected static Handle ( CompressedFileException ex, string action ) : |
||
ex | CompressedFileException | |
action | string | |
return |
protected static Handle ( |
||
ex | ||
action | string | |
return |
protected static Handle ( |
||
ex | ||
return |
protected static Handle ( |
||
ex | ||
action | string | |
return |
protected static Handle ( RepositoryLockException ex, string action ) : |
||
ex | RepositoryLockException | |
action | string | |
return |
protected static Handle ( SQLiteException ex, string action ) : |
||
ex | SQLiteException | |
action | string | |
return |
protected static Handle ( |
||
ex | ||
action | string | |
return |
public HandleException ( |
||
ex | ||
action | string | |
return |
protected HandleExceptionInternal ( |
||
ex | ||
action | string | |
return |
public TryExecuteAction ( Func |
||
action | Func |
|
message | string | |
return | Task |
protected static UnwrapExceptionIfNeeded ( |
||
ex | ||
return |