JpegException.JpegException

JpegException(string)

Initializes a new instance of the JpegException class.

public JpegException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


JpegException(string, Exception)

Initializes a new instance of the JpegException class.

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

See Also