AcTools.Processes.ShotingCancelledException.ShotingCancelledException C# (CSharp) Méthode

ShotingCancelledException() public méthode

public ShotingCancelledException ( ) : System
Résultat System
        public ShotingCancelledException() {
            UserCancelled = true;
        }

Same methods

ShotingCancelledException::ShotingCancelledException ( string message ) : System
ShotingCancelledException::ShotingCancelledException ( string message, Exception innerException ) : System
ShotingCancelledException