AcTools.Processes.ShotingCancelledException.ShotingCancelledException C# (CSharp) Method

ShotingCancelledException() public method

public ShotingCancelledException ( ) : System
return System
        public ShotingCancelledException() {
            UserCancelled = true;
        }

Same methods

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