mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
WIP ViewModelLocator - Messenger and Recent issues
Refactoring Code cleanup
This commit is contained in:
@@ -4,11 +4,13 @@ namespace ModernKeePass.Domain.Exceptions
|
||||
{
|
||||
public class SaveException : Exception
|
||||
{
|
||||
public new Exception InnerException { get; }
|
||||
public new string Message { get; }
|
||||
public new string Source { get; }
|
||||
|
||||
public SaveException(Exception exception)
|
||||
{
|
||||
InnerException = exception;
|
||||
Message = exception.Message;
|
||||
Source = exception.Source;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user