ImageException.ImageException

ImageException(string)

Initializes a new instance of the ImageException class.

public ImageException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


ImageException(string, Exception)

Initializes a new instance of the ImageException class.

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

See Also