AcManager.Tools.AcErrors.SolvingException.SolvingException C# (CSharp) Method

SolvingException() public method

Would work as a cancellation. User will return to solutions selection window.
public SolvingException ( ) : System
return System
        public SolvingException() : base(ToolsStrings.Solving_Cancelled) {
            IsCancelled = true;
        }

Same methods

SolvingException::SolvingException ( string message, bool isCancelled = false ) : System
SolvingException