C# Class AcTools.Processes.ShotingCancelledException

Inheritance: System.Exception
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
UserCancelled bool

Public Methods

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

Method Details

ShotingCancelledException() public method

public ShotingCancelledException ( ) : System
return System

ShotingCancelledException() public method

public ShotingCancelledException ( string message ) : System
message string
return System

ShotingCancelledException() public method

public ShotingCancelledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

Property Details

UserCancelled public property

public bool UserCancelled
return bool