ImageSaveException.ImageSaveException

ImageSaveException(string)

Initializes a new instance of the ImageSaveException class.

public ImageSaveException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


ImageSaveException(string, Exception)

Initializes a new instance of the ImageSaveException class.

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

See Also