ImageLoadException.ImageLoadException

ImageLoadException(string)

Initializes a new instance of the ImageLoadException class.

public ImageLoadException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


ImageLoadException(string, Exception)

Initializes a new instance of the ImageLoadException class.

public ImageLoadException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.

See Also