C# Class AcTools.Processes.ShotingCancelledException

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

Méthodes publiques

Свойство Type Description
UserCancelled bool

Méthodes publiques

Méthode Description
ShotingCancelledException ( ) : System
ShotingCancelledException ( string message ) : System
ShotingCancelledException ( string message, Exception innerException ) : System

Method Details

ShotingCancelledException() public méthode

public ShotingCancelledException ( ) : System
Résultat System

ShotingCancelledException() public méthode

public ShotingCancelledException ( string message ) : System
message string
Résultat System

ShotingCancelledException() public méthode

public ShotingCancelledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

Property Details

UserCancelled public_oe property

public bool UserCancelled
Résultat bool