New to Telerik UI for WinFormsStart a free 30-day trial

Thrown when a scan decoding method required by the document is not supported.

Definition

Constructors

Create an instance with the default message indicating the decoder is unsupported.

C#
public NotSupportedScanDecoderException()

Initializes a new instance of the NotSupportedScanDecoderException class.

C#
protected NotSupportedScanDecoderException(SerializationInfo info, StreamingContext context)
Parameters:infoSerializationInfo

The info.

contextStreamingContext

The context.

Create an instance with a specific error message and inner exception.

C#
public NotSupportedScanDecoderException(string message, Exception cause)
Parameters:messagestring

The message.

causeException

The cause.

Create an instance with a specific error message.

C#
public NotSupportedScanDecoderException(string message)
Parameters:messagestring

The message.