Hermod
A cross-platform, modular and fully GDPR-compliant email archival solution!
Loading...
Searching...
No Matches
CommandErrorResult.cs
Go to the documentation of this file.
1using System;
2
4
9
15 public CommandErrorResult(string errMsg, Exception? exception = null): base(errMsg, exception) { }
16 }
17}
18
A ICommandResult which implicates the command encountered an error.
CommandErrorResult(string errMsg, Exception? exception=null)
Instantiates a new instance of this class.
The most basic of CommandResult implementations.
Definition: CommandResult.cs:8