C# Class zxingwp7.common.reedsolomon.ReedSolomonException

Thrown when an exception occurs during Reed-Solomon decoding, such as when there are too many errors to correct.

Inheritance: System.Exception
Show file Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
ReedSolomonException ( String message ) : System

Method Details

ReedSolomonException() public method

public ReedSolomonException ( String message ) : System
message String
return System