Class ImageWriterException
Wraps native image writer errors encountered while exporting files.
Namespace: ImageSdkWrapper Assembly: ImageSdkWrapper.MAUI
Inheritance: object → Exception
public class ImageWriterException : Exception
Constructor
ImageWriterException(Exception)
Initialises a new instance of the ImageWriterException class with the underlying exception.
public ImageWriterException(Exception e)
Parameters
e(Exception): Original exception thrown by the native writer.