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

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

Parameters

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