Skip to content

Improved exception management #12

Open
@stanislav-bedunkevich

Description

@stanislav-bedunkevich

Revise the exception hierarchy and ensure the information passed within the exception is elaborate enough for the user to act based on the exception type.

This includes handling of exception swallowing in the tests:
try { client.DeleteDatabaseAsync(Dbname).Wait(); } catch {}
where we'd like to log the exception if it actually occurs.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions