Table of Contents

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

message string

The 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

message string

The message that describes the error.

innerException Exception

The 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()
Share