Table of Contents

Class ImageProcessingException

Namespace
DuetControlServer.Files.ImageProcessing
Assembly
DuetControlServer.dll

Exception that is thrown when a thumbnail could not be processed

public class ImageProcessingException : Exception, ISerializable
Inheritance
ImageProcessingException
Implements
Inherited Members

Constructors

ImageProcessingException()

Default exception constructor

public ImageProcessingException()

ImageProcessingException(string, Exception)

Special exception constructor

public ImageProcessingException(string message, Exception ex)

Parameters

message string

Exception message

ex Exception

Inner exception