Class BitmapLoaderException
- Namespace
- Splat
- Assembly
- Splat.Drawing.dll
A exception that occurs when there is a problem using or retrieving the IBitmapLoader.
public class BitmapLoaderException : Exception, ISerializable
- Inheritance
-
BitmapLoaderException
- Implements
- Inherited Members
- Extension Methods
Constructors
BitmapLoaderException()
Initializes a new instance of the BitmapLoaderException class.
public BitmapLoaderException()
BitmapLoaderException(string)
Initializes a new instance of the BitmapLoaderException class.
public BitmapLoaderException(string message)
Parameters
message
stringThe message about the exception.
BitmapLoaderException(string, Exception)
Initializes a new instance of the BitmapLoaderException class.
public BitmapLoaderException(string message, Exception innerException)