z

Class ImageWriterException

Wraps native image writer errors encountered while exporting files.

public class ImageWriterException : Exception

Constructor

ImageWriterException(Exception)

Initialises a new instance of the ImageWriterException class with the underlying exception.

public ImageWriterException(Exception e)
Top