NoDataException Constructor |
Initializes a new instance of the
NoDataException class with a specified error message.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public NoDataException(
string message
)
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also