C# Class AcManager.Tools.AcErrors.SolvingException

Inheritance: System.Exception
Show file Open project: gro-ove/actools

Public Methods

Method Description
SolvingException ( ) : System

Would work as a cancellation. User will return to solutions selection window.

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

Method Details

SolvingException() public method

Would work as a cancellation. User will return to solutions selection window.
public SolvingException ( ) : System
return System

SolvingException() public method

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