Jpeg2000Exception.Jpeg2000Exception

Jpeg2000Exception(string)

Initializes a new instance of the Jpeg2000Exception class.

public Jpeg2000Exception(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


Jpeg2000Exception(string, Exception)

Initializes a new instance of the Jpeg2000Exception class.

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

See Also