Click or drag to resize
ProcessCanceledException Class
Exception for the cancelation of the process.
Inheritance Hierarchy
System.Object
  System.Exception
    CMS.CMSImportExport.ProcessCanceledException

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax
C#
public class ProcessCanceledException : Exception
Constructors
  NameDescription
Public methodProcessCanceledException()
Constructor - Creates process canceled exception.
Public methodProcessCanceledException(String)
Constructor - Creates process canceled exception.
Top
See Also