Constructor ImageLoadingException
- Namespace
- LMKit.Exceptions
- Assembly
- LM-Kit.NET.dll
ImageLoadingException(string)
Initializes a new instance of the ImageLoadingException class with a specified error message.
public ImageLoadingException(string message)
Parameters
messagestringThe message that describes the error.
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.
public ImageLoadingException(string message, Exception innerException)
Parameters
messagestringThe message that describes the error.
innerExceptionExceptionThe exception that is the cause of the current exception.
ImageLoadingException()
Initializes a new instance of the ImageLoadingException class with a default error message.
public ImageLoadingException()