CanceledException Class TIBCO Spotfire 6.0 API Reference
Base class for exceptions used for signalling cancellation.
Inheritance Hierarchy

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

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 abstract class CanceledException : Exception
See Also