C# Class AcManager.Tools.AcErrors.SolvingException

Inheritance: System.Exception
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode 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 méthode

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

SolvingException() public méthode

public SolvingException ( string message, bool isCancelled = false ) : System
message string
isCancelled bool
Résultat System