Click or drag to resize
NoDataException Constructor
Initializes a new instance of the NoDataException class with a specified error message.

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax
C#
public NoDataException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also