Class NotSupportedScanDecoderException
Represents an exception for a document with a scan decoder which 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()
Initializes a new instance of the Not
Declaration
public NotSupportedScanDecoderException()
NotSupportedScanDecoderException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedScanDecoderException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
NotSupportedScanDecoderException(String)
Initializes a new instance of the Not
Declaration
public NotSupportedScanDecoderException(string message)
Parameters
System. The message. |
NotSupportedScanDecoderException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedScanDecoderException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |