Class NotSupportedScanDecoderException
Thrown when a scan decoding method required by the document is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Exceptions
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class NotSupportedScanDecoderException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedScanDecoderException()
Create an instance with the default message indicating the decoder is unsupported.
Declaration
public NotSupportedScanDecoderException()
NotSupportedScanDecoderException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedScanDecoderException class.
Declaration
protected NotSupportedScanDecoderException(SerializationInfo info, StreamingContext context)
Parameters
|
System.Runtime.Serialization.SerializationInfo
info
The info. |
|
System.Runtime.Serialization.StreamingContext
context
The context. |
NotSupportedScanDecoderException(String)
Create an instance with a specific error message.
Declaration
public NotSupportedScanDecoderException(string message)
Parameters
|
System.String
message
The message. |
NotSupportedScanDecoderException(String, Exception)
Create an instance with a specific error message and inner exception.
Declaration
public NotSupportedScanDecoderException(string message, Exception cause)
Parameters
|
System.String
message
The message. |
|
System.Exception
cause
The cause. |