JpegException

JpegException constructor (1 of 2)

Initializes a new instance of the JpegException class.

public JpegException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


JpegException constructor (2 of 2)

Initializes a new instance of the JpegException class.

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

See Also