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