Skip to content

Conversation

cconstantin
Copy link
Contributor

Closes #1751

}
if (!dirCreated || ((_dir.Attributes & FileAttributes.Directory) == 0))
{
throw new IOException("Failed to create snapshot directory " + _dir.FullName);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should keep cause of a problem as inner exception here?

@cconstantin
Copy link
Contributor Author

@Horusiath updated based on your suggestion to include underlying exception as inner exception.

Horusiath added a commit that referenced this pull request Mar 8, 2016
…apshot-store-directory

Fixes initialization of LocalSnapshotStore directory
@Horusiath Horusiath merged commit 2933e32 into akkadotnet:dev Mar 8, 2016
@cconstantin cconstantin deleted the fix-initialization-of-local-snapshot-store-directory branch March 8, 2016 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants