JpegLoadException

JpegLoadException constructor (1 of 4)

Initializes a new instance of the JpegLoadException class.

public JpegLoadException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


JpegLoadException constructor (2 of 4)

Initializes a new instance of the JpegLoadException class.

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

See Also


JpegLoadException constructor (3 of 4)

Initializes a new instance of the JpegLoadException class.

public JpegLoadException(string message, ErrorReason reason)
ParameterTypeDescription
messageStringThe exception message.
reasonErrorReasonThe reason of error.

See Also


JpegLoadException constructor (4 of 4)

Initializes a new instance of the JpegLoadException class.

public JpegLoadException(string message, Exception innerException, ErrorReason reason)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.
reasonErrorReasonThe reason of error.

See Also