AcTools.Processes.ShotingCancelledException.ShotingCancelledException C# (CSharp) 메소드

ShotingCancelledException() 공개 메소드

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

Same methods

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