Class ImageProcessingException
Exception that is thrown when a thumbnail could not be processed
Implements
Inherited Members
Namespace: DuetControlServer.Files.ImageProcessing
Assembly: DuetControlServer.dll
Syntax
public class ImageProcessingException : Exception, ISerializable
Constructors
ImageProcessingException()
Default exception constructor
Declaration
public ImageProcessingException()
ImageProcessingException(string, Exception)
Special exception constructor
Declaration
public ImageProcessingException(string message, Exception ex)
Parameters
Type | Name | Description |
---|---|---|
string | message | Exception message |
Exception | ex | Inner exception |