Click or drag to resize
ImageFilterException Class
Represents errors that occur during filter application.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.ResponsiveImagesImageFilterException

Namespace: CMS.ResponsiveImages
Assembly: CMS.ResponsiveImages (in CMS.ResponsiveImages.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public class ImageFilterException : Exception
Constructors
  NameDescription
Public methodImageFilterException
Initializes a new instance of the ImageFilterException class.
Public methodImageFilterException(String)
Initializes a new instance of the ImageFilterException class with a specified error message.
Public methodImageFilterException(String, Exception)
Initializes a new instance of the ImageFilterException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also