ImageCreateException.ImageCreateException

ImageCreateException(string)

Initializes a new instance of the ImageCreateException class.

public ImageCreateException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


ImageCreateException(string, Exception)

Initializes a new instance of the ImageCreateException class.

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

See Also