Class ImageLoadingException
- Namespace
- LMKit.Exceptions
- Assembly
- LM-Kit.NET.dll
Represents errors that occur when loading or decoding an image.
public sealed class ImageLoadingException : Exception, ISerializable
- Inheritance
-
ImageLoadingException
- Implements
- Inherited Members
Constructors
- ImageLoadingException()
Initializes a new instance of the ImageLoadingException class with a default error message.
- ImageLoadingException(string)
Initializes a new instance of the ImageLoadingException class with a specified error message.
- ImageLoadingException(string, Exception)
Initializes a new instance of the ImageLoadingException class with a specified error message and a reference to the inner exception that is the cause of this exception.