| 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: 9.0.0
Syntaxpublic NoDataException(
	string message
)
Parameters
- message
 - Type: SystemString
The message that describes the error. 
See Also