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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.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 CMS.Helpers.NoDataException class with a specified error message.
Top
See Also