We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf088f commit ec901b3Copy full SHA for ec901b3
src/TfvcMigrator/CommandLineException.cs
@@ -1,5 +1,5 @@
1
namespace TfvcMigrator;
2
-public sealed class CommandLineException : ApplicationException
+public sealed class CommandLineException : Exception
3
{
4
public int ExitCode { get; }
5
public CommandLineException(string message, int exitCode = 1) : base(message)
0 commit comments