Click or drag to resize
NoDataException Class
Thrown during data export when no data are available for export.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.ImportExportNoDataException

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax
C#
public class NoDataException : Exception

The NoDataException type exposes the following members.

Constructors
  NameDescription
Public methodNoDataException
Initializes a new instance of the NoDataException class with a specified error message.
Top
See Also