ProgressCanceledException Class TIBCO Spotfire 6.0 API Reference
The exception that is thrown to indicate that a user has canceled an operation executed with progress information.
Inheritance Hierarchy

System Object
  System Exception
    Spotfire.Dxp.Framework.ApplicationModel CanceledException
      Spotfire.Dxp.Framework.ApplicationModel ProgressCanceledException

Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
public sealed class ProgressCanceledException : CanceledException
See Also