Class ImageLoadException

ImageLoadException class

The image load exception. Occurs during image loading.

public class ImageLoadException : ImageException

Constructors

NameDescription
ImageLoadException(string)Initializes a new instance of the ImageLoadException class.
ImageLoadException(string, Exception)Initializes a new instance of the ImageLoadException class.

See Also