Click or drag to resize
ImageFilterException Constructor (String)
Initializes a new instance of the ImageFilterException class with a specified error message.

Namespace: CMS.ResponsiveImages
Assembly: CMS.ResponsiveImages (in CMS.ResponsiveImages.dll) Version: 10.0.0
Syntax
C#
public ImageFilterException(
	string message
)

Parameters

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